diff --git a/CHANGELOG.md b/CHANGELOG.md index f867f93cd88..bb39b8e88f5 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` - * A bug with `--offline` that caused an unhelpful error message has been - fixed. + * 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. - * A crashing bug involving transformers that only apply to non-public code has - been fixed. + * 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 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 diff --git a/DEPS b/DEPS index ee3e7377e41..46ac7b720c1 100644 --- a/DEPS +++ b/DEPS @@ -84,7 +84,7 @@ vars = { "ply_rev": "@604b32590ffad5cbb82e4afef1d305512d06ae93", "plugin_tag": "@0.1.0", "pool_rev": "@e454b4b54d2987e8d2f0fbd3ac519641ada9bd0f", - "pub_rev": "@072c5d85f4741bd4eede3eb8d309669b887e3c54", + "pub_rev": "@b1ca2b72b1b23bf5a0bf16bf816d684cc809b3a2", "pub_cache_tag": "@v0.0.1+2", "pub_semver_tag": "@1.2.1", "quiver_tag": "@0.21.4",