Update changelog for 3.41.6#184170
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md file to include version 3.41.6 under the Flutter 3.41 Changes section. This new version lists fixes for a glyph mask format issue, visual issues with jagged circles, and a deadlock on Android devices during SCREEN_OFF events. The review suggests updating the changelog entries for the jagged circles and Android deadlock issues to link to their respective pull requests for consistency, as the first entry for this version already links to a pull request.
| - [flutter/182708](https://github.com/flutter/flutter/issues/182708) Visual issues with circles appearing jagged. Especially on thin stroked circles and circles with small radii. | ||
| - [flutter/183887](https://github.com/flutter/flutter/issues/183887) During SCREEN_OFF event a deadlock preventing new frames causing an ANR can occur on android devices running the Android 16 March Security update. |
There was a problem hiding this comment.
For consistency within this release section, it's better to link to the pull requests that contain the fixes rather than the issues, especially since the first entry for this version already links to a pull request.
- Issue
182708was fixed by PR184040. - Issue
183887was fixed by PR183885.
| - [flutter/182708](https://github.com/flutter/flutter/issues/182708) Visual issues with circles appearing jagged. Especially on thin stroked circles and circles with small radii. | |
| - [flutter/183887](https://github.com/flutter/flutter/issues/183887) During SCREEN_OFF event a deadlock preventing new frames causing an ANR can occur on android devices running the Android 16 March Security update. | |
| - [flutter/184040](https://github.com/flutter/flutter/pull/184040) Visual issues with circles appearing jagged. Especially on thin stroked circles and circles with small radii. | |
| - [flutter/183885](https://github.com/flutter/flutter/pull/183885) During SCREEN_OFF event a deadlock preventing new frames causing an ANR can occur on android devices running the Android 16 March Security update. |
db50e20
into
flutter:flutter-3.41-candidate.0
Update the changelog for 4.41.6. Includes: flutter#183885 flutter#184040 flutter#184025
Update the changelog for 4.41.6.
Includes:
#183885
#184040
#184025