Skip to content

Commit

Permalink
(doc) update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Feb 20, 2021
1 parent d27a972 commit 1cf56b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
* [Changed] `RenderContext::get_partial` now returns `Option<&Template>`
* [Fixed] reference starts with `null`, `true` and `false` were parsed incorrectly [#382]
* [Fixed] dir source path separator bug on windows [#389] [#405]
* [Fixed] stack overflow with nested `@partial-block` [#401]
* [Fixed] value access issue when upper block has a base value [#419]
* [Removed] option to disable source map is removed [#395]
* [Removed] `TemplateFileError` and `TemplateRenderError` are removed and merged into
`TemplateError` and `RenderError` [#395]
Expand Down

0 comments on commit 1cf56b8

Please sign in to comment.