*_package_symbol all now take HASH ref as well as string
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index bcca507..bab6c06 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,13 +1,21 @@
 Revision history for Perl extension Class-MOP.
 
-    * Class::MOP
-      - MOP.xs does sanity checks on the coderef to avoid a segfault
-
 0.59
 
     * Class::MOP::Class
       - now stores the instance of the instance 
         metaclass to avoid needless recomputation
+        and deletes it when the cache is blown
+
+    * Class::MOP::Package
+      - {add, has, get, remove}_package_symbol all 
+        now accept a HASH ref argument as well as the
+        string. All internal usages now use the HASH
+        ref version.
+
+    * Class::MOP
+      - MOP.xs does sanity checks on the coderef 
+        to avoid a segfault
     
     * Class::MOP
       Class::MOP::Class