Changelog entry

This commit is contained in:
Ilya Puchka
2018-09-11 18:52:30 +01:00
committed by David Jennes
parent 67f94aa9f0
commit 41e0c9c9e0

View File

@@ -26,6 +26,10 @@
- Added support for adding default whitespace trimming behaviour to an environment. - Added support for adding default whitespace trimming behaviour to an environment.
[Yonas Kolb](https://github.com/yonaskolb) [Yonas Kolb](https://github.com/yonaskolb)
[#287](https://github.com/stencilproject/Stencil/pull/287) [#287](https://github.com/stencilproject/Stencil/pull/287)
- Blocks now can be used repeatedly in the template. When block is rendered for the first time its content will be cached and it can be rendered again later using `{{ block.block_name }}`.
[Ilya Puchka](https://github.com/ilyapuchka)
[#158](https://github.com/stencilproject/Stencil/issues/158)
[#182](https://github.com/stencilproject/Stencil/pull/182)
### Deprecations ### Deprecations