From fcf2c11572af6f390246c056bc905eca609533a0 Mon Sep 17 00:00:00 2001 From: Jackson Gardner Date: Tue, 24 Jun 2025 11:44:07 -0700 Subject: [PATCH] Update changelog for 3.32.5 (#171098) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dffb009186..1f2354e04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ INTERNAL NOTE - [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. - [flutter/170880](https://github.com/flutter/flutter/pull/170880) - Fixes unhandled exception on application shutdown in the debug adapter used by IDEs. +- [flutter/170846](https://github.com/flutter/flutter/pull/170846) - Fix image decode errors on iOS that could occur if a push notification triggered image decoding while the app is backgrounded. +- [flutter/171034](https://github.com/flutter/flutter/pull/171034) - Fixed an issue where iOS/macOS workflows may not behave as expected due to missing dev dependencies. ### [3.32.4](https://github.com/flutter/flutter/releases/tag/3.32.4)