| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index bb39b8e88f599f6489a4edff2f21586f0783ec13..87add610f1adb643d1028376958755ca6adc6dec 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -19,8 +19,13 @@
|
|
|
| * Pub
|
|
|
| - * `pub run` starts up faster for executables that don't import transformed
|
| - code.
|
| + * `pub run` and `pub global run`
|
| +
|
| + * Faster start time for executables that don't import transformed code.
|
| +
|
| + * Binstubs for globally-activated executables are now written in the system
|
| + encoding, rather than always in `UTF-8`. To update existing executables,
|
| + run `pub cache repair`.
|
|
|
| * `pub get` and `pub upgrade`
|
|
|
| @@ -53,6 +58,9 @@
|
| * A stack overflow caused by a transformer being run multiple times on the
|
| package that defines it has been fixed.
|
|
|
| + * A transformer that tries to read a non-existent asset in another package
|
| + will now be re-run if that asset is later created.
|
| +
|
| [package spec proposal]: https://github.com/lrhn/dep-pkgspec
|
|
|
| ## 1.11.1
|
|
|