From 41e0c9c9e0d37fb4f6982f474722dfe1060e3837 Mon Sep 17 00:00:00 2001 From: Ilya Puchka Date: Tue, 11 Sep 2018 18:52:30 +0100 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9871788..56c7324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ - 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) +- 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