fixing the authors lists and adding the ClassName type constraint
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 05ac1b0..433ce6b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,26 @@
 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
+      - added &load_class and &is_class_loaded 
+        - added tests and docs for these
+
     * Class::MOP::Attribute
       - default now checks the instance with defined to 
         avoid setting off bool-overloads (found by Carl Franks)