[release] Add 2.10.1 to entry to the changelog

Change-Id: I0553aec9718ef549ed02442e09e3339e097eb9a8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166102
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
This commit is contained in:
Alexander Thomas 2020-10-06 08:37:16 +00:00
parent 4292d9cc28
commit 3bd96a2f85

View file

@ -35,6 +35,18 @@ Updated the Linter to `0.1.120`, which includes:
* Fixed `unawaited_futures` to handle `Future` subtypes.
* New lint: `avoid_type_to_string`.
## 2.10.1 - 2020-10-06
This is a patch release that fixes the following issues:
* crashes when developing Flutter applications (issue [#43464][]).
* non-deterministic incorrect program behaviour and/or crashes (issue
[flutter/flutter#66672][]).
* uncaught TypeErrors in DDC (issue [#43661][]).
[#43464]: https://github.com/dart-lang/sdk/issues/43464
[flutter/flutter#66672]: https://github.com/flutter/flutter/issues/66672
[#43661]: https://github.com/dart-lang/sdk/issues/43661
## 2.10.0 - 2020-09-28
### Core libraries