Skip to content

Commit 9b4c2f0

Browse files
committed
[release] Add 3.2.1 and 3.2.2 release notes from stable
Change-Id: I5da5d7154a04da8de062a489a13b69cee0779710 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/339402 Reviewed-by: Samuel Rawlins <srawlins@google.com>
1 parent 6fcd15c commit 9b4c2f0

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,37 @@
7171

7272
[`collection_methods_unrelated_type`]: https://dart.dev/lints/collection_methods_unrelated_type
7373

74-
## 3.2.0
74+
## 3.2.2 - 2023-11-29
75+
76+
This is a patch release that:
77+
78+
- Adjusts the nullablity computations in the implementation of the
79+
upper bound algorithm in the CFE (issue [#53999][]).
80+
81+
- Fixes missing closure code completion entries for function parameters
82+
(issue [#54112][]) for LSP-based editors like VS Code.
83+
84+
[#53999]: https://github.com/dart-lang/sdk/issues/53999
85+
[#54112]: https://github.com/dart-lang/sdk/issues/54112
86+
87+
## 3.2.1 - 2023-11-22
88+
89+
This is a patch release that:
90+
91+
- Fixes the left/mobile sidebar being empty on non-class pages
92+
in documentation generated with `dart doc` (issue [#54073][]).
93+
94+
- Fixes a JSON array parsing bug that causes seg fault when --coverage is used.
95+
This bug has been reported by flutter customers here
96+
https://github.com/flutter/flutter/issues/124145 (issue [#54059][])
97+
98+
- Upgrades Dart DevTools to version 2.28.3 (issue [#54085][])
99+
100+
[#54073]: https://github.com/dart-lang/sdk/issues/54073
101+
[#54059]: https://github.com/dart-lang/sdk/issues/54059
102+
[#54085]: https://github.com/dart-lang/sdk/issues/54085
103+
104+
## 3.2.0 - 2023-11-15
75105

76106
### Language
77107

0 commit comments

Comments
 (0)