| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 863e8d6ffd5e44304c7b94bd37dbbe4dd22f4914..10c8136d351d07d8e888561c1e3fdf24b89df79d 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -13,6 +13,15 @@
|
| for (int n in <String>["a", "b"]) { ... }
|
| ```
|
|
|
| +### Tool Changes
|
| +
|
| +* Pub
|
| + * `pub serve` now provides caching headers that should improve the performance
|
| + of requesting large files multiple times.
|
| +
|
| + * Both `pub get` and `pub upgrade` now have a `--no-precompile` flag that
|
| + disables precompilation of executables and transformed dependencies.
|
| +
|
| ## 1.15.0 - 2016-03-09
|
|
|
| ### Core library changes
|
|
|