From 62093ca8ede6cac91c9724907b31a05bb85cac56 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 26 Aug 2020 10:34:06 +0000 Subject: [PATCH] [release] Add release notes for 2.9.2 https://github.com/dart-lang/sdk/issues/43157 Change-Id: Ie91ebddc52d7059d1b5766c4b58fa1261eb9cb1f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/160280 Reviewed-by: Vyacheslav Egorov --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9eefa260c8..b6a1a79cfb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,13 @@ Updated the Linter to `0.1.118`, which includes: * Fix: Avoid exponential behaviour of error reporting from the solver. * Fix: Refresh binstubs after recompile in global run. +## 2.9.2 - 2020-08-26 + +This is a patch release that fixes transient StackOverflow exceptions when +building Flutter applications (issue [flutter/flutter#63560][]). + +[flutter/flutter#63560]: https://github.com/flutter/flutter/issues/63560 + ## 2.9.1 - 2020-08-12 This is a patch release that fixes unhandled exceptions in some Flutter