From 3392a13a5e7faa570726de1ab0cf700cbe0c9c04 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Mon, 11 Apr 2016 16:11:45 -0700 Subject: [PATCH] [ci skip] update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4ef8cf..2d9305ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### 1.14.11 +- Radically simpler inlining design. Move all imports and scripts into document + body, replace imports inline. +- Add tests for more complicated inlining scenarios + +### 1.14.10 +- Must use path resolution when moving `` nodes + +### 1.14.9 +- Try harder to preserve script ordering, move nodes from `` of current + document into import inlining fragment + +### 1.14.8 +- Undo hydrolysis inlining scripts + ### 1.14.7 - Fix inlining for firebase and other scripts that use `\\x3c/script` syntax when making more scripts