Skip to content

Commit ff1f611

Browse files
committed
[release] Add release notes for 2.10.4
Change-Id: I0d3f79ecfa28292f46364b4a36c9fbc546e36a62 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171583 Reviewed-by: Michael Thomsen <[email protected]>
1 parent adbc3cd commit ff1f611

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,28 @@ Updated the Linter to `0.1.124`, which includes:
100100
* The top level `pub` executable has been deprecated. Use `dart pub` instead.
101101
See [dart tool][].
102102
* New command `dart pub add` that adds new dependencies to your `pubspec.yaml`.
103-
103+
104104
And a corresponding `dart pub remove` that removes dependencies.
105105
* New option `dart pub outdated --mode=null-safety` that will analyze your
106106
dependencies for null-safety.
107107
* `dart pub publish` will now check your pubspec keys for likely typos.
108108
* New command `dart pub login` that logs in to pub.dev.
109109
* The `--server` option to `dart pub publish` and `dart pub uploader` have been
110-
deprecated. Use `publish_to` in your `pubspec.yaml` or set the
110+
deprecated. Use `publish_to` in your `pubspec.yaml` or set the
111111
`$PUB_HOSTED_URL` environment variable.
112112

113113
[#44072]: https://github.com/dart-lang/sdk/issues/44072
114114
[dart tool]: https://dart.dev/tools/dart-tool
115115

116+
## 2.10.4 - 2020-11-12
117+
118+
This is a patch release that fixes a crash in the Dart VM (issues [#43941][],
119+
[flutter/flutter#43620][], and [Dart-Code/Dart-Code#2814][]).
120+
121+
[#43941]: https://github.com/dart-lang/sdk/issues/43941
122+
[flutter/flutter#43620]: https://github.com/flutter/flutter/issues/43620
123+
[Dart-Code/Dart-Code#2814]: https://github.com/Dart-Code/Dart-Code/issues/2814
124+
116125
## 2.10.3 - 2020-10-29
117126

118127
This is a patch release that fixes the following issues:

0 commit comments

Comments
 (0)