Skip to content

Commit 8aaae7e

Browse files
committed
[release] Add release notes for 2.10.3
Change-Id: I23f85662df75a206f08e5855b1b3b3aadf6be91a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169201 Reviewed-by: Michael Thomsen <[email protected]>
1 parent 628d2b9 commit 8aaae7e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
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

324
This is a patch release that fixes a DDC compiler crash (issue [#43589]).
425

0 commit comments

Comments
 (0)