Skip to content

Update CHANGELOG.md for Flutter 3.41.5#183792

Merged
auto-submit[bot] merged 2 commits intoflutter-3.41-candidate.0from
camsim99-patch-1
Mar 17, 2026
Merged

Update CHANGELOG.md for Flutter 3.41.5#183792
auto-submit[bot] merged 2 commits intoflutter-3.41-candidate.0from
camsim99-patch-1

Conversation

@camsim99
Copy link
Contributor

@camsim99 camsim99 commented Mar 17, 2026

Added release notes for Flutter version 3.41.5 that includes:

#183526
#183551

Pre-launch Checklist

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

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.

Added release notes for Flutter version 3.41.5, including issues and pull requests.
@flutter-dashboard
Copy link

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.

Copy link
Contributor

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

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 with release notes for Flutter 3.41.5. My review identified a minor typo in one of the new entries. Additionally, one of the entries describes an internal CI configuration change, which may not be relevant for end-users according to the repository's documentation guidelines. I've left comments with suggestions for both points.

## Flutter 3.41 Changes

### [3.41.5](https://github.com/flutter/flutter/releases/tag/3.41.5)
- [flutter/182708](https://github.com/flutter/flutter/issues/182708) When using Impeller on any platform, bur artifacts in circles rendering at 45 degree angles.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

There appears to be a typo in this release note. "bur" should likely be "blur".

Suggested change
- [flutter/182708](https://github.com/flutter/flutter/issues/182708) When using Impeller on any platform, bur artifacts in circles rendering at 45 degree angles.
- [flutter/182708](https://github.com/flutter/flutter/issues/182708) When using Impeller on any platform, blur artifacts in circles rendering at 45 degree angles.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Bur is the correct term here based on #182708!

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh, you're right! Carry on

CHANGELOG.md Outdated

### [3.41.5](https://github.com/flutter/flutter/releases/tag/3.41.5)
- [flutter/182708](https://github.com/flutter/flutter/issues/182708) When using Impeller on any platform, bur artifacts in circles rendering at 45 degree angles.
- [flutter/183551](https://github.com/flutter/flutter/pull/183551) Configuration change for Github workflow commits.
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This changelog entry seems to describe an internal configuration change for the repository's CI workflow. According to the repository style guide, documentation should be useful. This entry may not be relevant for Flutter developers. Please consider removing it, or rephrasing it to be more user-centric if it has any user-facing impact. The docs/releases/Hotfix-Documentation-Best-Practices.md file also provides more specific guidance for hotfix messages that emphasizes user-facing problem descriptions.

References
  1. Line 55 of the repository style guide states that 'Documentation should be useful'. The changelog entry about a CI configuration change may not be useful to Flutter developers. (link)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@eyebrowsoffire was thinking about leaving this out -- lmk what you think

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think we should omit this. It doesn't affect code that is consumed by the end user, so it doesn't need a changelog note.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@camsim99 camsim99 requested a review from eyebrowsoffire March 17, 2026 19:48
@camsim99 camsim99 added the CICD Run CI/CD label Mar 17, 2026
Removed a pull request entry related to GitHub workflow commits from the changelog.
@github-actions github-actions bot removed the CICD Run CI/CD label Mar 17, 2026
Copy link
Contributor

@eyebrowsoffire eyebrowsoffire left a comment

Choose a reason for hiding this comment

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

LGTM, although Gemini you might want to fix that typo that Gemini is pointing out.

@camsim99 camsim99 added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 17, 2026
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Mar 17, 2026
@auto-submit
Copy link
Contributor

auto-submit bot commented Mar 17, 2026

auto label is removed for flutter/flutter/183792, Failed to merge flutter/flutter/183792 with Pull request flutter/flutter/183792 could not be merged: Required status check "ci.yaml validation" is expected..

@camsim99 camsim99 added autosubmit Merge PR when tree becomes green via auto submit App CICD Run CI/CD labels Mar 17, 2026
@auto-submit auto-submit bot merged commit 2c9eb20 into flutter-3.41-candidate.0 Mar 17, 2026
11 checks passed
@auto-submit auto-submit bot deleted the camsim99-patch-1 branch March 17, 2026 23:14
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Mar 18, 2026
github-merge-queue bot pushed a commit that referenced this pull request Mar 18, 2026
Add release notes for Flutter version 3.41.5 from
#183792

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [AI contribution guidelines] and understand my
responsibilities, or I am not using AI tools.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

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

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
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.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[AI contribution guidelines]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
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