From 06bb7992d201993496f9b5cb617e5d4f7f6417dc Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 29 Sep 2021 10:54:42 +0000 Subject: [PATCH] [release] Add release notes for 2.14.3 Change-Id: I23ef2861a264670023b16964d49cca3c0ee4199a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214940 Reviewed-by: Michael Thomsen --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036e134e772..e61db67e2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -388,6 +388,17 @@ Updated the Linter to `1.12.0`, which includes changes that `dart pub get/upgrade/downgrade/add/remove` that will result in the `example/` folder dependencies to be updated after operating in the current directory. +## 2.14.3 - 2021-09-30 + +This is a patch release that fixes: + +- a code completion performance regression [flutter/flutter-intellij#5761][]. +- debug information emitted by the Dart VM [#47289][]. + +[flutter/flutter-intellij#5761]: + https://github.com/flutter/flutter-intellij/issues/5761 +[#47289]: https://github.com/dart-lang/sdk/issues/47289 + ## 2.14.2 - 2021-09-16 This is a patch release that fixes: