Skip to content

Commit a1c2de3

Browse files
committed
(doc) update changelog to reflect breaking changes in #441
1 parent 23d3012 commit a1c2de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* [Fixed] stack overflow with nested `@partial-block` [#401]
1919
* [Fixed] value access issue when upper block has a base value [#419]
2020
* [Fixed] escape rules for Json string literal [#423]
21-
* [Fixed] zero-arity subexpressions support [#433]
21+
* [Fixed] **Breaking** zero-arity subexpressions support [#433]
22+
Zero-arity subexpression no longer resolved as variable. The behaviour is now aligned with handlebarsjs.
2223
* [Removed] **Breaking** option to disable source map is removed [#395]
2324
* [Removed] **Breaking** `TemplateFileError` and `TemplateRenderError` are removed and merged into
2425
`TemplateError` and `RenderError` [#395]

0 commit comments

Comments
 (0)