From 7b26f6e29dfea2c7d52a1fb091466d6b71c80c05 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 12 Aug 2020 10:32:58 +0000 Subject: [PATCH] [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 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0b4d8d76c5..e5cace482b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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