diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5c6adba1..3f7fd7a00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,21 @@ INTERNAL NOTE ## Flutter 3.27 Changes +### [3.27.1](https://github.com/flutter/flutter/releases/tag/3.27.1) + +- [flutter/160041](https://github.com/flutter/flutter/issues/160041) - [Impeller][Android] Disables Impeller on older Android devices. +- [flutter/160206](https://github.com/flutter/flutter/issues/160206) - [Impeller][Android] Disables Android HardwareBuffer based swapchains on all devices. +- [flutter/160208](https://github.com/flutter/flutter/issues/160208) - [iOS] Fixes an issue on iOS preventing the ability to tap web view links in some plugins. + ### [3.27.0](https://github.com/flutter/flutter/releases/tag/3.27.0) Initial stable release. ## Flutter 3.24 Changes + +### [3.24.5](https://github.com/flutter/flutter/releases/tag/3.24.5) +- [flutter/158125](https://github.com/flutter/flutter/pull/158125) - [iOS] Fixed a tool issue causing failures when `flutter build ios-framework --xcframework` copies Flutter debug symbols. +- [flutter/56301](https://github.com/flutter/engine/pull/56301) - [Android] Fixes a crash on Android devices when the surface is released unexpectedly when using PlatformView's. + ### [3.24.4](https://github.com/flutter/flutter/releases/tag/3.24.4) - [dart 3.5.4 changelog](https://github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#354---2024-10-17) - [flutter/154915](https://github.com/flutter/engine/pull/55366) - [macOS] Comply with the new Apple privacy manifest policy for the macOS Flutter engine framework and prevent the "Missing privacy manifest" warning when submitting a macOS app to the App Store.