Skip to content

Commit 80c2f1c

Browse files
committed
[release] Add release notes for 2.14.2
Change-Id: If57db9e64e2e351acd5232830af3d2cc355e640e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213460 Reviewed-by: Michael Thomsen <[email protected]>
1 parent d09f802 commit 80c2f1c

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
## 2.14.0
1+
## 2.14.2 - 2021-09-16
2+
3+
This is a patch release that fixes:
4+
5+
- two dartdoc crashes (issues [dart-lang/dartdoc#2740][] and
6+
[dart-lang/dartdoc#2755][]).
7+
- error messages when using the `>>>` operator on older language versions
8+
(issue [#46886][]).
9+
- invalid `pubspec.lock` paths on Windows (issue [dart-lang/pub#3012][]).
10+
11+
[dart-lang/dartdoc#2740]: https://github.com/dart-lang/dartdoc/issues/2740
12+
[dart-lang/dartdoc#2755]: https://github.com/dart-lang/dartdoc/issues/2755
13+
[#46886]: https://github.com/dart-lang/sdk/issues/46886
14+
[#45767]: https://github.com/dart-lang/sdk/issues/45767
15+
[dart-lang/pub#3012]: https://github.com/dart-lang/pub/issues/3012
16+
17+
## 2.14.1 - 2021-09-09
18+
19+
- Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
20+
commandline tools did not have the expected startup performance.
21+
22+
## 2.14.0 - 2021-09-09
223

324
### Language
425

0 commit comments

Comments
 (0)