Updated changelog and minor fix example

This commit is contained in:
Michael Teeuw
2017-10-01 13:16:07 +02:00
parent 9ca6180207
commit 4757c36233
2 changed files with 4 additions and 1 deletions

View File

@@ -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