Update CHANGELOG with Flutter 3.44 changes#187258
Conversation
Add Flutter 3.44 release notes and bug fixes.
|
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 CHANGELOG.md to document the release notes for Flutter 3.44.0 and 3.44.1. Feedback suggests formatting the issue references as standard markdown links instead of the non-standard [flutter/issue_number] format to ensure they render correctly as active links on GitHub.
| - [flutter/186962] When the analysis server exits unexpectedly, the `flutter` tool can crash instead of outputting a descriptive error message. | ||
| - [flutter/186963] When failing to connect to a Chrome instance on Windows, the `flutter` tool can crash instead of outputting a descriptive error message. |
There was a problem hiding this comment.
The issue references [flutter/186962] and [flutter/186963] are formatted as [flutter/issue_number], which is non-standard and does not render as active links in GitHub markdown. They should be formatted as standard markdown links to the respective issues (e.g., [#186962](https://github.com/flutter/flutter/issues/186962)) to improve readability and navigation.
eyebrowsoffire
left a comment
There was a problem hiding this comment.
Can you do flutter checkout master -- CHANGELOG.md before applying these changes so this picks up the changelog entries from 3.41.7-3.41.9? That will make things more in-sync with master and make the workflow that does back-merge to master work cleanly.
|
auto label is removed for flutter/flutter/187258, Failed to merge flutter/flutter/187258 with Pull request flutter/flutter/187258 could not be merged: New changes require approval from someone other than eyebrowsoffire because they were the last pusher.. |
Add Flutter 3.44 release notes and bug fixes.
Part of #187098