diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2354e04bc..dbfcc31fb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.