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

Unified Diff: CHANGELOG.md

Issue 2659083002: Roll pub to the latest version. (Closed)
Patch Set: ... add change log entry Created 3 years, 11 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 b59769d32455c12691d59eca5a517bf821264727..45e8aeee9f266ab159f1c3a3b0bbcca35a130fbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -71,6 +71,11 @@
* Make `pub run` run executables in spawned isolates. This lets them handle
signals and use standard IO reliably.
+ * Fix source-maps produced by dart2js when running in `pub serve`: URL
+ references to assets from packages match the location where `pub serve`
+ serves them (`packages/package_name/` instead of
+ `../packages/package_name/`).
+
### Infrastructure changes
* The SDK now uses GN rather than gyp to generate its build files, which will
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698