From 4e01d9faf6ea738502467512ac543519fba32fc4 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Tue, 18 May 2010 15:24:02 +0200 Subject: [PATCH] update THANKS, CHANGES --- CHANGES.md | 4 ++++ THANKS.md | 1 + 2 files changed, 5 insertions(+) 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