Many more fixes. That's probably all of them!
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 6387af0..43b8c22 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,23 @@
 Revision history for Perl extension Moose
 
+0.27
+    * fixing some misc. bits in the docs that 
+      got mentioned on CPAN Forum
+    
+    * Moose::Meta::Role
+      - fixed how required methods are handled 
+        when they encounter overriden or modified
+        methods from a class (thanks to confound).
+        - added tests for this
+
+    * Moose::Util::TypeConstraint
+      - fixed the type notation parser so that 
+        the | always creates a union and so is 
+        no longer a valid type char (thanks to 
+        konobi, mugwump and #moose for working 
+        this one out.)
+        - added more tests for this
+
 0.26 Thurs. Sept. 27, 2007
     == New Features ==