File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- ## 2.14.0
1
+ ## 2.14.2 - 2021-09-16
2
+
3
+ This is a patch release that fixes:
4
+
5
+ - two dartdoc crashes (issues [ dart-lang/dartdoc #2740 ] [ ] and
6
+ [ dart-lang/dartdoc #2755 ] [ ] ).
7
+ - error messages when using the ` >>> ` operator on older language versions
8
+ (issue [ #46886 ] [ ] ).
9
+ - invalid ` pubspec.lock ` paths on Windows (issue [ dart-lang/pub #3012 ] [ ] ).
10
+
11
+ [ dart-lang/dartdoc#2740 ] : https://github.com/dart-lang/dartdoc/issues/2740
12
+ [ dart-lang/dartdoc#2755 ] : https://github.com/dart-lang/dartdoc/issues/2755
13
+ [ #46886 ] : https://github.com/dart-lang/sdk/issues/46886
14
+ [ #45767 ] : https://github.com/dart-lang/sdk/issues/45767
15
+ [ dart-lang/pub#3012 ] : https://github.com/dart-lang/pub/issues/3012
16
+
17
+ ## 2.14.1 - 2021-09-09
18
+
19
+ - Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
20
+ commandline tools did not have the expected startup performance.
21
+
22
+ ## 2.14.0 - 2021-09-09
2
23
3
24
### Language
4
25
You can’t perform that action at this time.
0 commit comments