Skip to content

Update CHANGELOG.md for Flutter 3.44.3#188180

Merged
auto-submit[bot] merged 3 commits into
flutter:flutter-3.44-candidate.0from
LongCatIsLooong:changlog
Jun 18, 2026
Merged

Update CHANGELOG.md for Flutter 3.44.3#188180
auto-submit[bot] merged 3 commits into
flutter:flutter-3.44-candidate.0from
LongCatIsLooong:changlog

Conversation

@LongCatIsLooong

Copy link
Copy Markdown
Contributor

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 18, 2026
@flutter-dashboard

Copy link
Copy Markdown

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the CHANGELOG.md file to document the changes introduced in Flutter version 3.44.3. The review feedback suggests grammatical improvements to the new changelog entries to ensure consistency with existing entries, specifically recommending the use of the imperative mood ('Ensure' and 'Fix') and standard terminology ('destroyed').

Comment thread CHANGELOG.md Outdated

### [3.44.3](https://github.com/flutter/flutter/releases/tag/3.44.3)
- [flutter/186738](https://github.com/flutter/flutter/issues/186738) Demote flavor/platform asset skipping messages from warning to trace level to reduce build log noise.
- [flutter/186899](https://github.com/flutter/flutter/issues/186899) Ensures a GLES fence sync object held by a texture will be deleted if the texture is destructed before the fence was used.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain grammatical consistency with the other entries (which use the imperative mood, e.g., 'Demote'), consider using 'Ensure' instead of 'Ensures'. Additionally, 'destroyed' is more standard than 'destructed' in this context.

Suggested change
- [flutter/186899](https://github.com/flutter/flutter/issues/186899) Ensures a GLES fence sync object held by a texture will be deleted if the texture is destructed before the fence was used.
- [flutter/186899](https://github.com/flutter/flutter/issues/186899) Ensure a GLES fence sync object held by a texture will be deleted if the texture is destroyed before the fence was used.

Comment thread CHANGELOG.md
- [flutter/186738](https://github.com/flutter/flutter/issues/186738) Demote flavor/platform asset skipping messages from warning to trace level to reduce build log noise.
- [flutter/186899](https://github.com/flutter/flutter/issues/186899) Ensures a GLES fence sync object held by a texture will be deleted if the texture is destructed before the fence was used.
- [flutter/186953](https://github.com/flutter/flutter/issues/186953) When building concurrently with SwiftPM [on macOS/iOS], fix crashes caused by concurrent directory/file/symlink creation.
- [flutter/183179](https://github.com/flutter/flutter/issues/183179) Fixes an issue that can cause crashes when rendering animated PNG images.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To maintain grammatical consistency with the other entries (which use the imperative mood, e.g., 'Demote'), consider using 'Fix' instead of 'Fixes'.

Suggested change
- [flutter/183179](https://github.com/flutter/flutter/issues/183179) Fixes an issue that can cause crashes when rendering animated PNG images.
- [flutter/183179](https://github.com/flutter/flutter/issues/183179) Fix an issue that can cause crashes when rendering animated PNG images.

camsim99
camsim99 previously approved these changes Jun 18, 2026

@camsim99 camsim99 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % nits

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Co-authored-by: Camille Simon <43054281+camsim99@users.noreply.github.com>
Co-authored-by: Camille Simon <43054281+camsim99@users.noreply.github.com>
@flutter-dashboard flutter-dashboard Bot added the CICD Run CI/CD label Jun 18, 2026

@camsim99 camsim99 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LongCatIsLooong LongCatIsLooong added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 18, 2026
@auto-submit auto-submit Bot merged commit 0760c4f into flutter:flutter-3.44-candidate.0 Jun 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants