update changelog for 3.44.4#188513
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 adds a changelog entry for the 3.44.4 release, documenting a bounds checking fix in FlAccessibleTextField. The review feedback points out that the heading level for the new release version should be adjusted from H2 (##) to H3 (###) to maintain the document's heading hierarchy.
|
|
||
| ## Flutter 3.44 Changes | ||
|
|
||
| ## [3.44.4](https://github.com/flutter/flutter/releases/tag/3.44.4) |
There was a problem hiding this comment.
The heading level for the release version should be ### (H3) to match the other release versions under ## Flutter 3.44 Changes (such as ### [3.44.3]). Using ## breaks the document's heading hierarchy.
| ## [3.44.4](https://github.com/flutter/flutter/releases/tag/3.44.4) | |
| ### [3.44.4](https://github.com/flutter/flutter/releases/tag/3.44.4) |
ad70ec4
into
flutter:flutter-3.44-candidate.0
Updates the changelog for 3.44.4 stable hotfix.
Includes #188460
Excluded #188457 because it's an internal CI change