Skip to content

Commit 03cf1db

Browse files
committed
Changelog entry
1 parent 310f5a0 commit 03cf1db

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66

77
- Added an optional second parameter to the `include` tag for passing a sub context to the included file.
88
[Yonas Kolb](https://github.com/yonaskolb)
9-
[#394](https://github.com/stencilproject/Stencil/pull/214)
9+
[#214](https://github.com/stencilproject/Stencil/pull/214)
10+
- Variables now support indirect evaluation. For example, if you have a variable `key = "name"`, and an
11+
object `item = ["name": "John"]`, then `{{ item.$key }}` will evaluate to "John".
12+
[David Jennes](https://github.com/djbe)
13+
[#215](https://github.com/stencilproject/Stencil/pull/215)
1014

1115
### Bug Fixes
1216

13-
- Fixed using quote as a filter parameter
17+
- Fixed using quote as a filter parameter.
18+
[Ilya Puchka](https://github.com/ilyapuchka)
19+
[#210](https://github.com/stencilproject/Stencil/pull/210)
1420

1521

1622
## 0.11.0 (2018-04-04)

0 commit comments

Comments
 (0)