From 14f4c2a131a35b305f713e7348e7d5517855574c Mon Sep 17 00:00:00 2001 From: David Jennes Date: Thu, 28 Jul 2022 23:33:23 +0200 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56c7324..2aea0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,12 @@ [Ilya Puchka](https://github.com/ilyapuchka) [#158](https://github.com/stencilproject/Stencil/issues/158) [#182](https://github.com/stencilproject/Stencil/pull/182) +- Added `break` and `continue` tags to break or continue current loop. + [Ilya Puchka](https://github.com/ilyapuchka) + [#175](https://github.com/stencilproject/Stencil/pull/175) +- You can now access outer loop's scope by labeling it: `{% outer: for ... %}... {% for ... %} {{ outer.counter }} {% endfor %}{% endfor %}`. + [Ilya Puchka](https://github.com/ilyapuchka) + [#175](https://github.com/stencilproject/Stencil/pull/175) ### Deprecations