fix(if): Allow operator use

This commit is contained in:
Kyle Fuller
2016-11-30 17:12:41 +00:00
parent 98edad3566
commit d024da5567
3 changed files with 30 additions and 3 deletions

View File

@@ -1,5 +1,13 @@
# Stencil Changelog
## Master
### Bug Fixes
- Fixes an issue where using `{% if %}` statements which use operators would
throw a syntax error.
## 0.7.0
### Breaking