Bring Changes up to date
Shawn M Moore [Thu, 19 Feb 2009 07:00:34 +0000 (07:00 +0000)]
Changes

diff --git a/Changes b/Changes
index f2c62bf..926a83c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,6 +9,18 @@ Revision history for Perl extension Moose
       - A new recipe, applying a role to an object instance. (Dave
         Rolsky)
 
+    * Moose::Util::TypeConstraints::Optimized
+      - Just use Class::MOP for the optimized ClassName check (Dave
+        Rolsky)
+
+    * Moose::Exporter
+      - Allow overriding specific keywords from "also" packages (doy)
+
+    * Tests
+      - Replace hardcoded cookbook tests with Test::Inline POD
+        to ensure they don't desync (Dave Rolsky)
+      - Many fixes, small and large (Dave Rolsky)
+
 0.70 Sat, February 14, 2009
     * Moose::Util::TypeConstraints
       - Added the RoleName type (stevan)