Skip to content

Commit f201235

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 1ba7327 commit f201235

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
## 2.14.4 - 2021-10-14
2+
3+
This is a patch release that fixes:
4+
5+
- a memory leak of analyzer plugins (issue [flutter/flutter#90868][]).
6+
- the Dart VM sometimes loading expired certificates on Windows (issues
7+
[#46370][] and [#47420][]).
8+
9+
[flutter/flutter#90868]: https://github.com/flutter/flutter/issues/90868
10+
[#46370]: https://github.com/dart-lang/sdk/issues/46370
11+
[#47420]: https://github.com/dart-lang/sdk/issues/47420
12+
113
## 2.14.3 - 2021-09-30
214

315
This is a patch release that fixes:
416

5-
- a code completion performance regression [flutter/flutter-intellij#5761][].
6-
- debug information emitted by the Dart VM [#47289][].
17+
- a code completion performance regression (issue
18+
[flutter/flutter-intellij#5761][]).
19+
- debug information emitted by the Dart VM (issue [#47289][]).
720

821
[flutter/flutter-intellij#5761]:
922
https://github.com/flutter/flutter-intellij/issues/5761
@@ -203,7 +216,7 @@ Updated the Linter to `1.8.0`, which includes changes that
203216
- fix `curly_braces_in_flow_control_structures` to properly flag terminating `else-if`
204217
blocks.
205218
- improve `always_specify_types` to support type aliases.
206-
- fix a false positive in `unnecessary_string_interpolations` w/ nullable interpolated
219+
- fix a false positive in `unnecessary_string_interpolations` w/ nullable interpolated
207220
strings
208221
- fix a false positive in `avoid_function_literals_in_foreach_calls` for nullable
209222
iterables.
@@ -291,7 +304,7 @@ Updated the Linter to `1.8.0`, which includes changes that
291304
`--legacy-javascript` flag will let you opt out of this update, but this
292305
flag will be removed in a future release. Modern browsers will not be
293306
affected, as Dart2JS continues to support [last two major releases][1] of
294-
Edge, Safari, Firefox, and Chrome.
307+
Edge, Safari, Firefox, and Chrome.
295308

296309
[#46545]: https://github.com/dart-lang/sdk/issues/46545
297310
[1]: https://dart.dev/faq#q-what-browsers-do-you-support-as-javascript-compilation-targets

0 commit comments

Comments
 (0)