diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae78a9..2e08c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,9 @@ _None_ ### Bug Fixes -_None_ +- Fix for crashing range indexes when variable length is 1. + [Łukasz Kuczborski](https://github.com/lkuczborski) + [#306](https://github.com/stencilproject/Stencil/pull/306) ### Internal Changes @@ -49,9 +51,6 @@ _None_ - Throw syntax error on empty variable tags (`{{ }}`) instead `fatalError`. [Ilya Puchka](https://github.com/ilyapuchka) [#263](https://github.com/stencilproject/Stencil/pull/263) -- Fix for crashing range indexes when variable length is 1. - [Łukasz Kuczborski](https://github.com/lkuczborski) - [#306](https://github.com/stencilproject/Stencil/pull/306) ### Internal Changes