Update 3.32.6 CHANGELOG based on edits in master (#171975)

Updates `CHANGELOG` notes for 3.32.6 to match those in `master` based on edits made in https://github.com/flutter/flutter/pull/171891.
This commit is contained in:
Camille Simon 2025-07-10 10:54:09 -07:00 committed by GitHub
parent 077b4a4ce1
commit 47c02c8b8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,9 +31,9 @@ INTERNAL NOTE
### [3.32.6](https://github.com/flutter/flutter/releases/tag/3.32.6)
- [flutter/171106](https://github.com/flutter/flutter/pull/171106) - Fixes a "Null check operator used on a null value" crash when a scroll view contains a `LayoutBuilder`.
- [flutter/171239](https://github.com/flutter/flutter/pull/171239) - Fixes an issue in the Impeller Vulkan back end that can cause crashes when transitioning between different Android activities that use Flutter.
- [flutter/171737](https://github.com/flutter/flutter/pull/171737) - Fixes full app crash when backgrounding and then bringing an app back up on Android 10-13 using an app with platform views.
- [flutter/171106](https://github.com/flutter/flutter/pull/171106) - When a scroll view contains a `LayoutBuilder` on any platform, prevent null check crash.
- [flutter/171239](https://github.com/flutter/flutter/pull/171239) - When using Impeller + Vulkan and transitioning between activities that use Flutter on Android, prevent a crash.
- [flutter/171737](https://github.com/flutter/flutter/pull/171737) - When using platform views on Android SDK 10-13 (API 29-33) prevent app crash when backgrounding and then foregrounding app.
### [3.32.5](https://github.com/flutter/flutter/releases/tag/3.32.5)