Skip to content

Commit 3d96805

Browse files
committed
Merge CHANGELOG following 2.3.2-dev.0.1 release
Change-Id: I9ed7c7645d15b112d55f17f9593725a19e534c02 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105421 Reviewed-by: William Hesse <[email protected]>
1 parent 801ad8b commit 3d96805

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
## 2.3.2-dev.XX.0
2+
(Add new changes here, and they will be copied to the change section for the
3+
next dev version)
24

3-
### Core library changes
5+
### Core libraries
46

57
#### `dart:isolate`
68

79
* `TransferableTypedData` class was added to facilitate faster cross-isolate
810
communication of `Uint8List` data.
911

10-
(Add new changes here, and they will be copied to the change section for the
11-
next dev version)
12+
#### Linter
13+
14+
The Linter was updated to `0.1.91`, which includes the following changes:
15+
16+
* fixed missed cases in `prefer_const_constructors`
17+
* fixed `prefer_initializing_formals` to no longer suggest API breaking changes
18+
* updated `omit_local_variable_types` to allow explicit `dynamic`s
19+
* (internal) migration from deprecated analyzer APIs
20+
21+
## 2.3.2-dev.0.1
1222

1323
### Language
1424

@@ -73,12 +83,10 @@ class B<X> extends A<void Function(X)> {};
7383

7484
#### Linter
7585

76-
The Linter was updated to `0.1.91`, which includes the following changes:
86+
The Linter was updated to `0.1.90`, which includes the following changes:
7787

78-
* fixed missed cases in `prefer_const_constructors`
79-
* fixed `prefer_initializing_formals` to no longer suggest API breaking changes
80-
* updated `omit_local_variable_types` to allow explicit `dynamic`s
81-
* (internal) migration from deprecated analyzer APIs
88+
* fixed null-reference in `unrelated_type_equality_checks`
89+
* new lint: `unsafe_html`
8290

8391
#### Pub
8492

0 commit comments

Comments
 (0)