Skip to content

Commit 4c59341

Browse files
committed
[release] Add 2.10.1 to entry to the changelog
Change-Id: I0553aec9718ef549ed02442e09e3339e097eb9a8
1 parent 2749b01 commit 4c59341

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## 2.10.0
1+
## 2.10.1 - 2020-10-06
2+
3+
This is a patch release that fixes the following issues:
4+
* crashes when developing Flutter applications (issue [#43464][]).
5+
* non-deterministicall weird program behaviour and/or crashes (issue
6+
[flutter/flutter#66672][]).
7+
* uncaught TypeErrors in DDC (issue [#43661][]).
8+
9+
[#43464]: https://github.com/dart-lang/sdk/issues/43464
10+
[flutter/flutter#66672]: https://github.com/flutter/flutter/issues/66672
11+
[#43661]: https://github.com/dart-lang/sdk/issues/43661
12+
13+
## 2.10.0 - 2020-09-28
214

315
### Core libraries
416

@@ -36,7 +48,7 @@
3648
deferred loading of types, pass `--no-defer-class-types`. See the original
3749
post on the [unsoundness in the deferred loading algorithm][].
3850
* Enables a new sound deferred splitting algorithm. To explicitly disable
39-
the new deferred splitting algorithm, pass `--no-new-deferred-split'.
51+
the new deferred splitting algorithm, pass `--no-new-deferred-split`.
4052
See the original post on the
4153
[unsoundness in the deferred loading algorithm][].
4254

0 commit comments

Comments
 (0)