From 194ab595368856ab28d2ed07a45bfdb6290e05a0 Mon Sep 17 00:00:00 2001 From: Camille Simon <43054281+camsim99@users.noreply.github.com> Date: Tue, 8 Jul 2025 13:18:56 -0700 Subject: [PATCH] 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 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.