Skip to content

Commit a6f97d1

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 f4919c0 commit a6f97d1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,22 @@ Updated the Linter to `1.11.0`, which includes changes that
156156
`dart pub get/upgrade/downgrade/add/remove` that will result in the `example/`
157157
folder dependencies to be updated after operating in the current directory.
158158

159+
## 2.14.2 - 2021-09-16
160+
161+
This is a patch release that fixes:
162+
163+
- two dartdoc crashes (issues [dart-lang/dartdoc#2740][] and
164+
[dart-lang/dartdoc#2755][]).
165+
- error messages when using the `>>>` operator on older language versions
166+
(issue [#46886][]).
167+
- invalid `pubspec.lock` paths on Windows (issue [dart-lang/pub#3012][]).
168+
169+
[dart-lang/dartdoc#2740]: https://github.com/dart-lang/dartdoc/issues/2740
170+
[dart-lang/dartdoc#2755]: https://github.com/dart-lang/dartdoc/issues/2755
171+
[#46886]: https://github.com/dart-lang/sdk/issues/46886
172+
[#45767]: https://github.com/dart-lang/sdk/issues/45767
173+
[dart-lang/pub#3012]: https://github.com/dart-lang/pub/issues/3012
174+
159175
## 2.14.1 - 2021-09-09
160176

161177
- Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart

0 commit comments

Comments
 (0)