fixing the authors lists and adding the ClassName type constraint
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index f152c47..433ce6b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,20 @@
 Revision history for Perl extension Class-MOP.
 
-0.37
+0.38
+    ~~ More documentation updates ~~
+    
+    * Class::MOP::Package
+      - we now deal with stub methods properly
+        - added tests for this
+      - fixed some tests failing on 5.9.5
+        
+    * Class::MOP::Attribute
+      - added get_read_method and get_write_method
+        thanks to groditi for this code, tests 
+        and docs.
+        - added tests and POD for this
+
+0.37 Sat. March 10, 2007
     ~~ Many, many documentation updates ~~
     
     * Class::MOP