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

Unified Diff: CHANGELOG.md

Issue 1012143007: script compactor now names its bootstrap file based off the html entrypoint, not the dart file (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: Created 5 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 | lib/build/script_compactor.dart » ('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 8c0c07bc7953d82d1d0f34402f1e755b3506ada8..6de608fd11b3cd5c16a62877d24347b43da56851 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,11 @@
-#### 0.10.6
+#### 0.11.0
* Add `bindingStartDelimiters` option to the `ImportInlinerTransformer`. Any
urls which contain any of the supplied delimiters before the first `/` will
be left alone since they can't be reasoned about. If you want these urls to
be treated as relative to the current path you should add a `./` in front.
+ * The `ScriptCompactorTransformer` now names its bootstrap file based on the
+ entry point html file, instead of the original dart file. This is ensure it
+ is the original package.
#### 0.10.5+3
* Fix normalization of relative paths inside of deep relative imports,
« no previous file with comments | « no previous file | lib/build/script_compactor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698