diff --git a/CHANGELOG.md b/CHANGELOG.md index 03290f24f..cc7d5855c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [3.0.0] / x August 2018 +## [3.0.0] / 16 September 2018 We are very happy to announce a new major version of mustache.js. We want to be very careful not to break projects out in the wild, and adhering to [Semantic Versioning](http://semver.org/) we have therefore cut this new major version. @@ -11,6 +11,9 @@ out in the wild, and adhering to [Semantic Versioning](http://semver.org/) we ha The changes introduced will likely not require any actions for most using projects. The things to look out for that might cause unexpected rendering results are described in the migration guide below. +A big shout out and thanks to [@raymond-lam] for this release! Without his contributions with code and issue triaging, +this release would never have happened. + ### Major * [#618]: Allow rendering properties of primitive types that are not objects, by [@raymond-lam].