fix(for tag): Potential ‘Index out of range’ crash

Fixes #136
This commit is contained in:
Jan Berkel
2017-09-01 14:21:41 +02:00
committed by Kyle Fuller
parent 0444f45d2b
commit f1fc747897
3 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Stencil Changelog
## Master
### Bug Fixes
- Fixes a potential crash when using the `{% for %}` template tag with the
incorrect amount of arguments.
## 0.9.0
### Enhancements