Update CHANGELOG for 3.32.6 stable hotfix (#171793)

Updates `CHANGELOG` to reference the cherry-picks included in the 3.32.6 stable hotfix release:
https://github.com/flutter/flutter/pull/171106
https://github.com/flutter/flutter/pull/171239
https://github.com/flutter/flutter/pull/171737
This commit is contained in:
Camille Simon 2025-07-08 13:18:56 -07:00 committed by GitHub
parent 72f2b18bb0
commit 194ab59536
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,12 @@ INTERNAL NOTE
## Flutter 3.32 Changes
### [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.
### [3.32.5](https://github.com/flutter/flutter/releases/tag/3.32.5)
- [flutter/170924](https://github.com/flutter/flutter/pull/170924) - Fix Flutter Windows on devices that only support OpenGL ES 2, like computers with Intel graphics cards.