From 2d726ac953cc4f7e4765bf8453ad8940ae34aecd Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 28 Feb 2010 20:15:28 -0800 Subject: [PATCH] update CHANGES --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 07af7a4..5977b4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,10 @@ # mustache.js Changes ## 0.2.3 (??-??-????) + * Better error message for missing partials. * Added more robust type detection. - +* Parse pragmas only once. ## 0.2.2 (11-02-2010)