From 0c0c6fde3a7ea2597955cbd6d44555d5a2e45bb1 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 10 Sep 2012 09:19:34 -0700 Subject: [PATCH] Don't use eval Fixes #207 #210 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 04c4f43..cc3aa33 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ * More concise token format. * High-level API is consistent with the Renderer API. * Allow partials to be passed to the pre-compiled function (thanks @fallenice). + * Don't use eval (thanks @cweider). = 0.6.0 / 31 Aug 2012