diff --git a/CHANGES.md b/CHANGES.md index ee9d66a..1c04028 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # mustache.js Changes ## 0.3.0 (??-??-????) + +* Avoid double encoding of entities. * Use sections to dereference subcontexts. * Added higher order sections. diff --git a/THANKS.md b/THANKS.md index 65f323f..7b08caa 100644 --- a/THANKS.md +++ b/THANKS.md @@ -14,3 +14,4 @@ Mustache.js wouldn't kick ass if it weren't for these fine souls: * Damien Mathieu / dmathieu * Jakub Kuźma / qoobaa * Will Leinweber / will + * dpree