From ef2a97cfbcfbd096fdd4396e092cb39fe4791283 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Wed, 17 Apr 2024 13:31:02 -0500 Subject: [PATCH] chore: update `RELEASE_NOTES` for v1.0.1 --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 887c6f72..0f640adb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -10,6 +10,7 @@ This section contains past updates we've sent to customers via Discord. - 🖇️ Fix potential errors on iOS patches due to link table alignment bug in the snapshot - 🔐 Ensure all release artifacts are built using the same Flutter revision - 🪵 Improve logs to only include stack traces when using `--verbose` +- 🔍 Fix issue where `shorebird init` would not find a `pubspec.yaml` due to malformed values - ❅ Fix flaky failures when encoding archives (observed in `shorebird preview` on Windows) - 📝 Include patch instructions after all `release` commands - 🔗 Link to the Shorebird Console when a release already exists