diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a47df462d4..04283a21f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,11 @@ docs/releases/Hotfix-Documentation-Best-Practices.md ## Flutter 3.41 Changes +### [3.41.1](https://github.com/flutter/flutter/releases/tag/3.41.1) + +- [flutter/182314](https://github.com/flutter/flutter/issues/182314) Test coverage is broken due to pinned `test_api` version in `flutter_test`. +- [flutter/182335](https://github.com/flutter/flutter/issues/182335) Version 1.29 of the Dart test package adds a blank line to test output causing unexpected test failures. + ### [3.41.0](https://github.com/flutter/flutter/releases/tag/3.41.0) Learn about what's new in this release in [the blog post](https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632), and check out the [CHANGELOG](https://docs.flutter.dev/release/release-notes/release-notes-3.41.0) for a detailed list of all the new changes.