Fix changelog

The pub entry was out of place.

Change-Id: I95b0a77f0ffd347ce1074608db361d042fbc7759
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/169660
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Danny Tuppeny <danny@tuppeny.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
This commit is contained in:
Sigurd Meldgaard 2020-10-29 13:55:33 +00:00 committed by commit-bot@chromium.org
parent d459f2244a
commit 5b2f57d365

View file

@ -31,17 +31,6 @@
Updated the Linter to `0.1.121`, which includes:
#### Pub
* New commands `pub add` and `pub remove` that adds and remove new dependencies
to your `pubspec.yaml`.
* New option `pub outdated mode=null-safety` that will analyze your dependencies
for null-safety.
* `pub publish` will check your pubspec keys for likely typos.
* `pub get` will print a warning if the resolution is mixed mode.
# 0.1.121
* Performance improvements to `always_use_package_imports`,
`avoid_renaming_method_parameters`, `prefer_relative_imports` and
`public_member_api_docs`.
@ -56,6 +45,17 @@ Updated the Linter to `0.1.121`, which includes:
* Fixed `unawaited_futures` to handle `Future` subtypes.
* New lint: `avoid_type_to_string`.
#### Pub
* The top level `pub` executable has been deprecated. Use `dart pub` instead.
* New commands `dart pub add` and `dart pub remove` that adds and removes new
dependencies to your `pubspec.yaml`.
* New option `dart pub outdated mode=null-safety` that will analyze your
dependencies for null-safety.
* `dart pub publish` will now check your pubspec keys for likely typos.
* `pub get` will print a warning if the resolution is in mixed-mode requiring
the code to run with `dart --no-sound-null-safety`.
## 2.10.3 - 2020-10-29
This is a patch release that fixes the following issues: