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

Unified Diff: CHANGELOG.md

Issue 1247563003: Bring in the latest pub and barback. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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 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
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698