Skip to content

Commit

Permalink
[release] Add release notes for 2.14.4
Browse files Browse the repository at this point in the history
Change-Id: Ib27a83ae929dcb9514439df791d6d5028eb63a35
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216620
Reviewed-by: Michael Thomsen <mit@google.com>
  • Loading branch information
athomas committed Oct 13, 2021
1 parent 44ecf45 commit d146c8e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d146c8e

Please sign in to comment.