| 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
|
|
|
|
|