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 <whesse@google.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 105ef5c..fbb5a35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,24 @@
 ## 2.3.2-dev.XX.0
+(Add new changes here, and they will be copied to the change section for the
+ next dev version)
 
-### Core library changes
+### Core libraries
 
 #### `dart:isolate`
 
 * `TransferableTypedData` class was added to facilitate faster cross-isolate
 communication of `Uint8List` data.
 
-(Add new changes here, and they will be copied to the change section for the
- next dev version)
+#### Linter
+
+The Linter was updated to `0.1.91`, which includes the following changes:
+
+* fixed missed cases in `prefer_const_constructors`
+* fixed `prefer_initializing_formals` to no longer suggest API breaking changes
+* updated `omit_local_variable_types` to allow explicit `dynamic`s
+* (internal) migration from deprecated analyzer APIs
+
+## 2.3.2-dev.0.1
 
 ### Language
 
@@ -73,12 +83,10 @@
 
 #### Linter
 
-The Linter was updated to `0.1.91`, which includes the following changes:
+The Linter was updated to `0.1.90`, which includes the following changes:
 
-* fixed missed cases in `prefer_const_constructors`
-* fixed `prefer_initializing_formals` to no longer suggest API breaking changes
-* updated `omit_local_variable_types` to allow explicit `dynamic`s
-* (internal) migration from deprecated analyzer APIs
+* fixed null-reference in `unrelated_type_equality_checks`
+* new lint: `unsafe_html`
 
 #### Pub