Class::MOP fixes
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 79a1952..d16baca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,42 @@
 Revision history for Perl extension Class-MOP.
 
-0.53
-    ~~~ some misc. doc. fixes ~~~
-    
+0.54
+    * Class::MOP
+      metaclass
+      - making sure that load_class never gets
+        passed a value from @_ or $_ to squash 
+        Ovid's bug (http://use.perl.org/~Ovid/journal/35763)
+
+    * Class::MOP::Class
+      - make_{immutable,mutable} now return 1
+        (cause Sartak asked)
+      - improved error handling in ->create method
+        
+    * Class::MOP::Object
+      - localizing the Data::Dumper configurations so 
+        that it does not pollute others (RT #33509)        
+    * Class::MOP::Class
+      Class::MOP::Package
+      Class::MOP::Module
+      Class::MOP::Method
+      Class::MOP::Attribute
+      - these classes no longer define their own ->meta, 
+        but instead just inherit from Class::MOP::Object      
+      
     * Class::MOP::Instance
-      - added get_all_slot_values method (Sartak)
-        - added tests for this (Sartak)
+      Class::MOP::Immutable                        
+      - these classes now inherit from Class::MOP::Object
+    * t/
+      - fixed the filename length on several 
+        test files so we install on VMS better
+        (RT #32295)
+      - fixed incorrect use of catdir when it 
+        should be catfile (RT #32385)
+
+0.53 Thurs. Feb. 14, 1008
+    ~~ several doc. fixes and updates ~~
         
     * Class::MOP::Class
       Class::MOP::Method::Constructor