diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9ecbe6..64994379 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ - Made the `Template.render(_:)` method (that accepts a `Context`) public. [David Jennes](https://github.com/djbe) [#322](https://github.com/stencilproject/Stencil/pull/322) +- Added support for trimming whitespace around blocks with Jinja2 whitespace control symbols. eg `{%- if value +%}`. + [Miguel Bejar](https://github.com/bejar37) + [Yonas Kolb](https://github.com/yonaskolb) + [#92](https://github.com/stencilproject/Stencil/pull/92) + [#287](https://github.com/stencilproject/Stencil/pull/287) +- Added support for adding default whitespace trimming behaviour to an environment. + [Yonas Kolb](https://github.com/yonaskolb) + [#287](https://github.com/stencilproject/Stencil/pull/287) ### Deprecations