From d146c8e0e94ed73271996b3aff279ed039e923f3 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Wed, 13 Oct 2021 09:02:30 +0000 Subject: [PATCH] [release] Add release notes for 2.14.4 Change-Id: Ib27a83ae929dcb9514439df791d6d5028eb63a35 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216620 Reviewed-by: Michael Thomsen --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed74bf789bd..b868d3506a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -400,12 +400,25 @@ 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.4 - 2021-10-14 + +This is a patch release that fixes: + +- a memory leak of analyzer plugins (issue [flutter/flutter#90868][]). +- the Dart VM sometimes loading expired certificates on Windows (issues + [#46370][] and [#47420][]). + +[flutter/flutter#90868]: https://github.com/flutter/flutter/issues/90868 +[#46370]: https://github.com/dart-lang/sdk/issues/46370 +[#47420]: https://github.com/dart-lang/sdk/issues/47420 + ## 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][]. +- a code completion performance regression (issue + [flutter/flutter-intellij#5761][]). +- debug information emitted by the Dart VM (issue [#47289][]). [flutter/flutter-intellij#5761]: https://github.com/flutter/flutter-intellij/issues/5761