Fixed changelog entry

This commit is contained in:
Łukasz Kuczborski
2021-04-10 05:57:40 +02:00
parent 521a599a60
commit 8480648bd3

View File

@@ -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