diff --git a/CHANGES.md b/CHANGES.md index 8f10522..cdd3858 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ ## 0.3.0 (??-??-????) +* CommonJS packaging is no longer a special case. +* DRY Rakefile. +* Allow whitespace around tag names. +* Fix partial scope. * Fix Comments. * Added inverted sections. * Avoid double encoding of entities. diff --git a/THANKS.md b/THANKS.md index 67cd3a0..9843374 100644 --- a/THANKS.md +++ b/THANKS.md @@ -16,3 +16,4 @@ Mustache.js wouldn't kick ass if it weren't for these fine souls: * Will Leinweber / will * dpree * Jason Smith / jhs + * Aaron Gibralter / agibralter