| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 59705c9fd3205804add750a193ca14c76dd8d414..8c0c07bc7953d82d1d0f34402f1e755b3506ada8 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,9 @@
|
| +#### 0.10.6
|
| + * 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.
|
| +
|
| #### 0.10.5+3
|
| * Fix normalization of relative paths inside of deep relative imports,
|
| https://github.com/dart-lang/polymer-dart/issues/30.
|
|
|