Skip to content

Commit

Permalink
docs: update release notes to explain required upgrade. (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel authored Apr 17, 2024
1 parent da4217e commit c99ed4e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This section contains past updates we've sent to customers via Discord.
- 🩹 Fix potentially incorrect behavior in optimized try/catch on iOS patches
- 🥞 Fix potential crashes when using dwarf stack traces on iOS patches
- 🖇️ 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
- 💥 Fix issue where patching a release with multiple platforms built with different flutter versions would crash.
- 🪵 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)
Expand All @@ -17,6 +17,13 @@ This section contains past updates we've sent to customers via Discord.
- 🚉 Support `--target-platforms` on android release and patch commands
- 🍧 Fix `shorebird release android` with camelCase flavor names

This is a required upgrade due to the issue present in all previous `shorebird`
versions where it was possible to create invalid (crashing) patches if the same
release number was used for multiple platforms but built with different Flutter
versions.

Please upgrade using `shorebird upgrade`.

ℹ️ [Shorebird Status](https://docs.shorebird.dev/status) tracks any known issues.

## 1.0.0 (April 8, 2024)
Expand Down

0 comments on commit c99ed4e

Please sign in to comment.