Update 3.22.1 release notes to include missing fix. (#148999)

Update changelog to include
https://github.com/flutter/flutter/pull/148580 in the list of fixes.
This commit is contained in:
Kevin Chisholm 2024-05-30 09:15:37 +07:00 committed by GitHub
parent 697d99fae8
commit 07c256f026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,10 +27,11 @@ INTERNAL NOTE
## Flutter 3.22 Changes
### [3.22.1](https://github.com/flutter/flutter/releases/tag/3.22.1) (May 22, 2024)
* [dart/55714](https://github.com/dart-lang/sdk/issues/55714) Fixes a bug in the CFE which could manifest as compilation errors of Flutter
* [dart/55714](https://github.com/dart-lang/sdk/issues/55714) - Fixes a bug in the CFE which could manifest as compilation errors of Flutter
web apps when compiled with dart2wasm.
* [dart/55758](https://github.com/dart-lang/sdk/issues/55758) Fixes a bug in the pub client, such that `dart run` will not interfere with
* [dart/55758](https://github.com/dart-lang/sdk/issues/55758) - Fixes a bug in the pub client, such that `dart run` will not interfere with
Flutter l10n (at least for most cases).
* [flutter/147142](https://github.com/flutter/flutter/issues/147142) - Fixes a read/write permission issue when building Flutter apps for MacOS.
### [3.22.0](https://github.com/flutter/flutter/releases/tag/3.22.0) (May 14, 2024)
Initial stable release.