Skip to content

Commit

Permalink
(doc) update changelog to reflect breaking changes in #441
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed May 30, 2021
1 parent 23d3012 commit a1c2de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* [Fixed] stack overflow with nested `@partial-block` [#401]
* [Fixed] value access issue when upper block has a base value [#419]
* [Fixed] escape rules for Json string literal [#423]
* [Fixed] zero-arity subexpressions support [#433]
* [Fixed] **Breaking** zero-arity subexpressions support [#433]
Zero-arity subexpression no longer resolved as variable. The behaviour is now aligned with handlebarsjs.
* [Removed] **Breaking** option to disable source map is removed [#395]
* [Removed] **Breaking** `TemplateFileError` and `TemplateRenderError` are removed and merged into
`TemplateError` and `RenderError` [#395]
Expand Down

0 comments on commit a1c2de3

Please sign in to comment.