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

Unified Diff: CHANGELOG.md

Issue 1233243002: Update pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 f867f93cd8876211c904ea54cadf20aeb36bce30..bb39b8e88f599f6489a4edff2f21586f0783ec13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,24 +19,39 @@
* 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.
-
* `pub run` starts up faster for executables that don't import transformed
code.
- * An issue where HTTP requests were sometimes made even though `--offline` was
- passed to `pub get` or `pub upgrade` has been fixed.
+ * `pub get` and `pub upgrade`
+
+ * 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.
+
+ * An issue where HTTP requests were sometimes made even though `--offline`
+ was passed has been fixed.
+
+ * A bug with `--offline` that caused an unhelpful error message has been
+ fixed.
+
+ * Pub will no longer time out when a package takes a long time to download.
+
+ * `pub publish`
+
+ * Pub will emit a non-zero exit code when it finds a violation while
+ publishing.
+
+ * `.gitignore` files will be respected even if the package isn't at the top
+ level of the Git repository.
+
+ * Barback integration
- * A bug with `--offline` that caused an unhelpful error message has been
- fixed.
+ * A crashing bug involving transformers that only apply to non-public code
+ has been fixed.
- * A crashing bug involving transformers that only apply to non-public code has
- been fixed.
+ * A stack overflow caused by a transformer being run multiple times on the
+ package that defines it has been fixed.
[package spec proposal]: https://github.com/lrhn/dep-pkgspec
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698