Skip to content

Commit

Permalink
doc: update changelog for change from #505
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed May 16, 2022
1 parent 797d80d commit 43ea409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased](https://github.com/sunng87/handlebars-rust/compare/4.2.2...Unreleased) - ReleaseDate

* [Changed] update MSRV to 1.57 as rhai requires
* [Fixed] Reimplemented indent support for partial expression `{{>
partial}}`, which is introduced in 4.2.0. The new implementation is
aligned with original javascript version, that every text line
generated from partial are indented as `{{> partial}}`
does. `prevent_indent` will turn-off this feature. [#505]

## [4.2.2](https://github.com/sunng87/handlebars-rust/compare/4.2.1...4.2.2) - 2022-03-09

Expand Down

0 comments on commit 43ea409

Please sign in to comment.