From 9fb00529d4aac44336641b53655747ea4d678e19 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 22 Sep 2012 14:12:40 -0700 Subject: [PATCH] Updated with most recent changes --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 25546c2..436f791 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ += HEAD / 22 Sep 2012 + + * Cache partials by template, not by name. Fixes #257. + * Added Mustache.compileTokens to compile the output of Mustache.parse. Fixes + #258. + = 0.7.0 / 10 Sep 2012 * Rename Renderer => Writer.