Skip to content

Commit d146c8e

Browse files
committed
[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 <[email protected]>
1 parent 44ecf45 commit d146c8e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,25 @@ Updated the Linter to `1.12.0`, which includes changes that
400400
`dart pub get/upgrade/downgrade/add/remove` that will result in the `example/`
401401
folder dependencies to be updated after operating in the current directory.
402402

403+
## 2.14.4 - 2021-10-14
404+
405+
This is a patch release that fixes:
406+
407+
- a memory leak of analyzer plugins (issue [flutter/flutter#90868][]).
408+
- the Dart VM sometimes loading expired certificates on Windows (issues
409+
[#46370][] and [#47420][]).
410+
411+
[flutter/flutter#90868]: https://github.com/flutter/flutter/issues/90868
412+
[#46370]: https://github.com/dart-lang/sdk/issues/46370
413+
[#47420]: https://github.com/dart-lang/sdk/issues/47420
414+
403415
## 2.14.3 - 2021-09-30
404416

405417
This is a patch release that fixes:
406418

407-
- a code completion performance regression [flutter/flutter-intellij#5761][].
408-
- debug information emitted by the Dart VM [#47289][].
419+
- a code completion performance regression (issue
420+
[flutter/flutter-intellij#5761][]).
421+
- debug information emitted by the Dart VM (issue [#47289][]).
409422

410423
[flutter/flutter-intellij#5761]:
411424
https://github.com/flutter/flutter-intellij/issues/5761

0 commit comments

Comments
 (0)