From 135f1a5609ea2dc0d4320bc0abc324a7e16d8e30 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 13 Mar 2025 10:04:09 -0700 Subject: [PATCH] Add Remaining Changelog entries for 3.29.2 (#165101) Changelog for https://github.com/flutter/flutter/pull/165075, the dart stable change and for https://github.com/flutter/flutter/pull/165080 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868f25998e1..7df5aa4ce6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ INTERNAL NOTE ### [3.29.2](https://github.com/flutter/flutter/releases/tag/3.29.2) +- [dart 3.7.2 changelog](https://github.com/dart-lang/sdk/blob/stable/CHANGELOG.md#372) +- [flutter/164958](https://github.com/flutter/flutter/issues/164958) - Impeller, All platforms, Text that is rotated 180 degrees exactly will render as if it is scaled by {-1, 1} instead of {-1, -1}. +- [flutter/165075](https://github.com/flutter/flutter/pull/165075) - Fixes crashes on Android devices older than API 29 when using Impeller OpenGLES. - [flutter/164606](https://github.com/flutter/flutter/issues/164606) Fixes missing glyph error on Android and iOS devices using Impeller. - [flutter/164036](https://github.com/flutter/flutter/pull/164036) - On iOS devices Increase number of concurrent background image decode tasks to partially mitigate "Image upload failed due to loss of GPU access" errors. - [flutter/163175](https://github.com/flutter/flutter/pull/163175) - Improve performance of CanvasKit rendering for web.