1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[release] Update release date for 2.10.2

Change-Id: I08d95c09afa1666413feca78ad74b1a160001253
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167742
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2020-10-15 12:13:01 +00:00
parent 32dfefbea1
commit e5bf189cd2

View File

@ -27,7 +27,7 @@ Updated the Linter to `0.1.121`, which includes:
#### Pub
* New commands `pub add` and `pub remove` that adds and remove new dependencies
* New commands `pub add` and `pub remove` that adds and remove new dependencies
to your `pubspec.yaml`.
* `pub publish` will check your pubspec keys for likely typos.
* `pub get` will print a warning if the resolution is mixed mode.
@ -48,7 +48,7 @@ Updated the Linter to `0.1.121`, which includes:
* Fixed `unawaited_futures` to handle `Future` subtypes.
* New lint: `avoid_type_to_string`.
## 2.10.2 - 2020-10-13
## 2.10.2 - 2020-10-15
This is a patch release that fixes a DDC compiler crash (issue [#43589]).