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

Unified Diff: CHANGELOG.md

Issue 2374143005: Update pub, making --packages-dir false by default (Closed)
Patch Set: Created 4 years, 3 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 6fdacec45d75f027abd6bc1daadd67e36484f350..7a3828851211b1d423261a4b5e40c7969ef79583 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -118,6 +118,12 @@
* Always split enum declarations if they end in a trailing comma.
* Add `--set-exit-if-changed` to set the exit code on a change.
+* Pub
+ * Pub no longer generates a `packages/` directory by default. Instead, it
+ generates a `.packages` file, called a package spec. To generate
+ a `packages/` directory in addition to the package spec, use the
+ `--packages-dir` flag with `pub get`, `pub upgrade`, and `pub downgrade`.
+
## 1.19.0
### Language changes
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698