Skip to content

Commit 0716e2d

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
2.9 changelog: cleanup entry for pub client
Change-Id: I15306c9873a78e15c2ab5070644021e7e8d82887 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154846 Reviewed-by: Kathy Walrath <[email protected]> Commit-Queue: Kathy Walrath <[email protected]> Auto-Submit: Kevin Moore <[email protected]>
1 parent 2653a32 commit 0716e2d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,22 @@ Updated the Linter to `0.1.117`, which includes:
116116
### Pub
117117
* `pub run` and `pub global run` accepts a `--enable-experiment` flag enabling
118118
experiments in the Dart VM (and language).
119+
* Warn when publishing the first null-safe version of a package.
120+
* `pub outdated`:
121+
* Introduce `--mode=null-safety` flag that will report which of your
122+
dependencies you can upgrade to fully support null safety.
123+
* If the current version of a dependency is a prerelease
124+
version, use prereleases for latest if there is no newer stable.
125+
* Don't require a `pubspec.lock` file. When the lockfile is missing, the
126+
**Current** column is empty.
127+
* `pub upgrade`: Show summary count of outdated packages after running.
119128
* Publishing Flutter plugins using the old plugin format is no longer allowed.
120129
Plugins using the old plugin format can still be consumed.
121-
* Introduce `pub outdated --mode=null-safety` that will report which of your
122-
dependencies you can upgrade to fully support null safety.
123-
* Fix `pub run` precompilation with relative `PUB_CACHE` paths (#2486)
124-
* Warn at publishing first time a package version opts in to null-safety.
125-
* Preserve Windows line endings in pubspec.lock if they are already there (#2489)
130+
* `pub run`: Fix precompilation with relative `PUB_CACHE` paths
131+
([#2486](https://github.com/dart-lang/pub/pull/2486)).
132+
* Preserve Windows line endings in `pubspec.lock` if they are already there
133+
([#2489](https://github.com/dart-lang/pub/pull/2489)).
126134
* Better terminal color-detection. Use colors in terminals on Windows.
127-
* `pub outdated`: If the current version of a dependency is a prerelease
128-
version, use prereleases for latest if no newer stable.
129-
* `pub outdated` now works without a lockfile. In that case the 'Current'
130-
column will be empty.
131-
* `pub upgrade`: Show summary count of outdated packages after running.
132135

133136
## 2.8.4 - 2020-06-04
134137

0 commit comments

Comments
 (0)