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

Unified Diff: CHANGELOG.md

Issue 1215013003: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 e6a823e88974c18c88b934050749f23bc3dc1ef2..56a6db81b75c09f10d2e039d43cc02ddcf04a206 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,26 @@
`setInnerHtml` or other methods that create DOM from text. It is
also more efficient, skipping the creation of a `DocumentFragment`.
+### Tool changes
+
+* Pub
+
+ * Pub will now generate a ".packages" file in addition to the "packages"
+ directory when running `pub get` or similar operations, per the
+ [package spec proposal][]. Pub now has a `--no-package-symlinks` flag that
+ will stop "packages" directories from being generated at all.
+
+ * When `pub publish` finds a violation, it will emit a non-zero exit code.
+
+[package spec proposal]: https://github.com/lrhn/dep-pkgspec
+
+## 1.11.1
+
+### Tool changes
+
+* Pub will always load Dart SDK assets from the SDK whose `pub` executable was
+ run, even if a `DART_SDK` environment variable is set.
+
## 1.11.0 - 2015-06-25
### Core library 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