changelog
Jesse Luehrs [Tue, 26 Apr 2011 00:24:49 +0000 (19:24 -0500)]
Changes

diff --git a/Changes b/Changes
index b5ed29f..f4a6cc2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -60,6 +60,10 @@ for, noteworthy changes.
   * Use Devel::PartialDump in type constraint error messages, if it is
     installed.
 
+  * Remove a lot of cases where generated methods closed over meta objects.
+    Most simple cases should now only close over simple data types and
+    coderefs. This should make deparsing simpler.
+
   [BUG FIXES]
 
   * Stop hiding warnings produced by throwing errors in DEMOLISH methods.