1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Mention new pub directory behavior in CHANGELOG

Change-Id: Icb60021be400714049c654e0d5b3ad19df85070a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/361381
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
This commit is contained in:
Sigurd Meldgaard 2024-04-05 11:41:27 +00:00 committed by Commit Queue
parent 90add382e4
commit 924ccb025c

View File

@ -92,6 +92,8 @@ advantage of these improvements, set your package's
[dart.dev/go/pub-security-advisories][pub-security-advisories].
- `path`-dependencies inside `git`-dependencies are now resolved relative to the git
repo.
- All `dart pub` commands can now be run from any subdirectory of a project. Pub
will find the first parent directory with a `pubspec.yaml` and operate relative it.
- New command `dart pub unpack` that downloads a package from pub.dev and
extracts it to a subfolder of the current directory.