From 27a543d748e7293b4bcff97d6e006638528d9ec4 Mon Sep 17 00:00:00 2001 From: yonaskolb Date: Sun, 17 Nov 2019 01:52:46 +1100 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cc8f3..9871788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,14 @@ [Ilya Puchka](https://github.com/ilyapuchka) [#219](https://github.com/stencilproject/Stencil/issues/219) [#246](https://github.com/stencilproject/Stencil/pull/246) +- 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