[release] Add 2.10.2 to entry to the changelog

TBR=whesse@google.com

Change-Id: Iaa48d09b60f160b44a7936c630f7970c3531c837
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167341
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
Alexander Thomas 2020-10-13 13:43:44 +00:00
parent 15d7023b60
commit b84cdd54de

View file

@ -41,6 +41,12 @@ 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
This is a patch release that fixes a DDC compiler crash (issue [#43589]).
[#43589]: https://github.com/dart-lang/sdk/issues/43589
## 2.10.1 - 2020-10-06
This is a patch release that fixes the following issues: