| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 164dd2ccf602d35b8c09ce5e4a5c75541cbef357..6b83ba20dc6b3bec8bd9ad835063d00c69ce8b73 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -27,6 +27,15 @@
|
| * `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.
|
| +
|
| + * 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.
|
| +
|
| [package spec proposal]: https://github.com/lrhn/dep-pkgspec
|
|
|
| ## 1.11.1
|
|
|