changelog
[gitmo/Eval-Closure.git] / Changes
diff --git a/Changes b/Changes
index 2415f02..3c43bab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,12 @@
 Revision history for Eval-Closure
 
 {{$NEXT}}
+      - 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
         package, which was especially buggy). this is to avoid issues where one