changelog
[gitmo/Eval-Closure.git] / Changes
diff --git a/Changes b/Changes
index c370f83..71d6f4d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for Eval-Closure
 
 {{$NEXT}}
 
+0.08  2012-02-09
+      - Remove a double layer of string eval that was introduced in 0.07 as an
+        intermediate step in figuring out the unique package thing - it's not
+        necessary with the final implementation, and just makes things slower
+        and hides errors.
+
 0.07  2012-02-03
       - the given source is now evaled in a unique package for every
         eval_closure call (it used to always be evaled in the Eval::Closure