File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,22 @@ Updated the Linter to `1.11.0`, which includes changes that
156
156
` dart pub get/upgrade/downgrade/add/remove ` that will result in the ` example/ `
157
157
folder dependencies to be updated after operating in the current directory.
158
158
159
+ ## 2.14.2 - 2021-09-16
160
+
161
+ This is a patch release that fixes:
162
+
163
+ - two dartdoc crashes (issues [ dart-lang/dartdoc #2740 ] [ ] and
164
+ [ dart-lang/dartdoc #2755 ] [ ] ).
165
+ - error messages when using the ` >>> ` operator on older language versions
166
+ (issue [ #46886 ] [ ] ).
167
+ - invalid ` pubspec.lock ` paths on Windows (issue [ dart-lang/pub #3012 ] [ ] ).
168
+
169
+ [ dart-lang/dartdoc#2740 ] : https://github.com/dart-lang/dartdoc/issues/2740
170
+ [ dart-lang/dartdoc#2755 ] : https://github.com/dart-lang/dartdoc/issues/2755
171
+ [ #46886 ] : https://github.com/dart-lang/sdk/issues/46886
172
+ [ #45767 ] : https://github.com/dart-lang/sdk/issues/45767
173
+ [ dart-lang/pub#3012 ] : https://github.com/dart-lang/pub/issues/3012
174
+
159
175
## 2.14.1 - 2021-09-09
160
176
161
177
- Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
You can’t perform that action at this time.
0 commit comments