File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments