Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: CHANGELOG.md

Issue 1811183002: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698