Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: CHANGELOG.md

Issue 2250053004: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd8d19c4a7b5d5071e2dc17d0395fbb238c3a08c..2262af74187a2348bee543b385fca4de64af44b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -127,6 +127,11 @@
the context of the `flutter` executable, and when the Flutter SDK contains a
package with the given name whose version matches the constraint.
+ * Added a `--no-packages-dir` flag to `pub get`, `pub upgrade`, and `pub
+ downgrade`. When this flag is passed, pub will not generate a `packages/`
+ directory, and will remove that directory and any symlinks to it if they
+ exist. Note that this replaces the unsupported `--no-package-symlinks` flag.
+
* `tar` files on Linux are now created with `0` as the user and group IDs.
This fixes a crash when publishing packages while using Active Directory.
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698