1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[release] Add release notes for 2.9.1

Change-Id: I8d3ea79f2d0e027ab5834b332a8d63868b7cad2a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158281
Reviewed-by: Johnni Winther <johnniwinther@google.com>
This commit is contained in:
Alexander Thomas 2020-08-12 10:32:58 +00:00
parent 022812983e
commit 7b26f6e29d

View File

@ -33,6 +33,13 @@ Updated the Linter to `0.1.118`, which includes:
* Updated `unnecessary_statements` to skip `as` expressions.
* Fixed `prefer_relative_imports` to work with path dependencies.
## 2.9.1 - 2020-08-12
This is a patch release that fixes unhandled exceptions in some Flutter
applications (issue [flutter/flutter#63038][]).
[flutter/flutter#63038]: https://github.com/flutter/flutter/issues/63038
## 2.9.0 - 2020-08-05
### Language