Many more fixes. That's probably all of them!
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index a7272f3..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 ==
     
@@ -26,6 +44,9 @@ Revision history for Perl extension Moose
     
     ====
     ~ Several doc updates/cleanup thanks to castaway ~
+    
+    - converted build system to use Module::Install instead of 
+      Module::Build (thanks to jrockway)
 
     * Moose
       - added all the meta classes to the immutable list and