Add 2.14.1 to changelog

Also add release dates for 2.14.0 and 2.14.1

Fixes https://github.com/dart-lang/sdk/issues/47178

Closes https://github.com/dart-lang/sdk/pull/47182
https://github.com/dart-lang/sdk/pull/47182

GitOrigin-RevId: 0830cdc0bb4546a95a13458aa93134bb646e0dad
Change-Id: Ia7909f5cfb57d5a037d169889c3b6a1520cfb843
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213060
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Michael Thomsen 2021-09-10 07:57:35 +00:00 committed by Alexander Thomas
parent e319cfa6aa
commit dca853faca

View file

@ -131,7 +131,12 @@ Updated the Linter to `1.11.0`, which includes changes that
- improves performance for `annotate_overrides`, `prefer_contains`, and
`prefer_void_to_null`.
## 2.14.0
## 2.14.1 - 2021-09-09
- Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
commandline tools did not have the expected startup performance.
## 2.14.0 - 2021-09-09
### Language