|
| 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 | + |
1 | 13 | ## 2.14.3 - 2021-09-30 |
2 | 14 |
|
3 | 15 | This is a patch release that fixes: |
4 | 16 |
|
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][]). |
7 | 20 |
|
8 | 21 | [flutter/flutter-intellij#5761]: |
9 | 22 | https://github.com/flutter/flutter-intellij/issues/5761 |
@@ -203,7 +216,7 @@ Updated the Linter to `1.8.0`, which includes changes that |
203 | 216 | - fix `curly_braces_in_flow_control_structures` to properly flag terminating `else-if` |
204 | 217 | blocks. |
205 | 218 | - 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 |
207 | 220 | strings |
208 | 221 | - fix a false positive in `avoid_function_literals_in_foreach_calls` for nullable |
209 | 222 | iterables. |
@@ -291,7 +304,7 @@ Updated the Linter to `1.8.0`, which includes changes that |
291 | 304 | `--legacy-javascript` flag will let you opt out of this update, but this |
292 | 305 | flag will be removed in a future release. Modern browsers will not be |
293 | 306 | affected, as Dart2JS continues to support [last two major releases][1] of |
294 | | - Edge, Safari, Firefox, and Chrome. |
| 307 | + Edge, Safari, Firefox, and Chrome. |
295 | 308 |
|
296 | 309 | [#46545]: https://github.com/dart-lang/sdk/issues/46545 |
297 | 310 | [1]: https://dart.dev/faq#q-what-browsers-do-you-support-as-javascript-compilation-targets |
|
0 commit comments