File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1- ## 2.10.2 - 2020-10-13
1+ ## 2.10.3 - 2020-10-29
2+
3+ This is a patch release that fixes the following issues:
4+ * breaking changes in Chrome 86 that affect DDC (issues [ #43750 ] [ ] and
5+ [ #43193 ] [ ] ).
6+ * compiler error causing incorrect use of positional parameters when named
7+ parameters should be used instead (issues [ flutter/flutter #65324 ] [ ] and
8+ [ flutter/flutter #68092 ] [ ] ).
9+ * crashes and/or undefined behavor in AOT compiled code (issues [ #43770 ] [ ] and
10+ [ #43786 ] [ ] ).
11+ * AOT compilation of classes with more than 64 unboxed fields
12+ (issue [ flutter/flutter #67803 ] [ ] ).
13+
14+ [ #43750 ] : https://github.com/dart-lang/sdk/issues/43750
15+ [ #43193 ] : https://github.com/dart-lang/sdk/issues/43193
16+ [ flutter/flutter#65324 ] : https://github.com/flutter/flutter/issues/65324
17+ [ flutter/flutter#68092 ] : https://github.com/flutter/flutter/issues/68092
18+ [ #43770 ] : https://github.com/dart-lang/sdk/issues/43770
19+ [ #43786 ] : https://github.com/dart-lang/sdk/issues/43786
20+ [ flutter/flutter#67803 ] : https://github.com/flutter/flutter/issues/67803
21+
22+ ## 2.10.2 - 2020-10-15
223
324This is a patch release that fixes a DDC compiler crash (issue [ #43589 ] ).
425
You can’t perform that action at this time.
0 commit comments