diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e8fc795f9..291fc7cb548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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