Start changes for 0.72
Dave Rolsky [Sun, 22 Feb 2009 15:46:11 +0000 (15:46 +0000)]
Changes

diff --git a/Changes b/Changes
index 0d0db26..b40a66b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,16 +1,9 @@
 Revision history for Perl extension Moose
 
-0.71 Thu, February 19, 2009
-    * Moose::Cookbook::Basics::Recipe11
-      - A new recipe which demonstrates the use of BUILDARGS and
-        BUILD. (Dave Rolsky)
-
-    * Moose::Cookbook::Roles::Recipe3
-      - A new recipe, applying a role to an object instance. (Dave
-        Rolsky)
-
-    * Moose::Exporter
-      - Allow overriding specific keywords from "also" packages. (doy)
+0.72
+    * Moose::Cookbook
+      - Hopefully fixed some POD errors in a few recipes that caused
+        them to display weird on search.cpan.org.
 
     * Moose::Util::TypeConstraints
       - Calling type or subtype without the sugar helpers (as, where,
@@ -23,6 +16,19 @@ Revision history for Perl extension Moose
         This caused an error in the past, but now works as you'd
         expect.
 
+
+0.71 Thu, February 19, 2009
+    * Moose::Cookbook::Basics::Recipe11
+      - A new recipe which demonstrates the use of BUILDARGS and
+        BUILD. (Dave Rolsky)
+
+    * Moose::Cookbook::Roles::Recipe3
+      - A new recipe, applying a role to an object instance. (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 get out of sync. (Dave Rolsky)