From 649e5499bf02e518fa4b26bbd9023077514490a7 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Thu, 18 Jan 2024 16:04:33 -0500 Subject: [PATCH] docs: update release notes (#1651) --- RELEASE_NOTES.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ef5b3743..ec6815ee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,8 +6,10 @@ This section contains past updates we've sent to customers via Discord. - ⬆️ Updated to Flutter 3.16.6 - Fixed `shorebird ios-alpha patch` to work with older Flutter versions. -- Fixed `patch` commands to be faster. +- Removed hangs in `patch` command. - Fixed bad merge with Flutter causing errors in CupertinoSwitch. +- Made `shorebird preview` faster for most Android cases. +- Fixed Windows adb location bug. Most of this release is fixes for our new iOS engine (aka "mixed mode"). We believe we've squashed all the known crashers introduced from the new @@ -21,6 +23,7 @@ running: `shorebird flutter versions use 3.16.4` - Fixed several crashers on iOS. Known issues on iOS: + - Obfuscated iOS builds fail to patch: https://github.com/shorebirdtech/shorebird/issues/1619 - iOS Apps with renamed Runner.app fail to patch: