File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 71
71
72
72
[ `collection_methods_unrelated_type` ] : https://dart.dev/lints/collection_methods_unrelated_type
73
73
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
75
105
76
106
### Language
77
107
You can’t perform that action at this time.
0 commit comments