diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed2cc2b..380ab383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.2.0] - Unreleased +**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install` + ### Changed ### Added +- Add option to use [Nunjucks](https://mozilla.github.io/nunjucks/) templates in modules. (See `helloworld` module as an example.) ### Updated diff --git a/modules/default/helloworld/helloworld.html b/modules/default/helloworld/helloworld.html index 669dbf36..5672a7d7 100644 --- a/modules/default/helloworld/helloworld.html +++ b/modules/default/helloworld/helloworld.html @@ -2,4 +2,4 @@ Use | striptags(true) for HTML rendering https://mozilla.github.io/nunjucks/templating.html#striptags-value-preserve_linebreaks --> -