From 0fa830c5cb45a676523da9981e180c97a0478a30 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Fri, 29 Jul 2022 01:40:23 +0200 Subject: [PATCH] Changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aea0e2..2ab7021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,11 @@ - 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) +- Boolean expressions can now be rendered, i.e `{{ name == "John" }}` will render `true` or `false` depending on the evaluation result. + [Ilya Puchka](https://github.com/ilyapuchka) + [David Jennes](https://github.com/djbe) + [#164](https://github.com/stencilproject/Stencil/pull/164) + [#325](https://github.com/stencilproject/Stencil/pull/325) ### Deprecations