Clean up changes and add release date
Dave Rolsky [Thu, 19 Feb 2009 14:34:10 +0000 (14:34 +0000)]
Changes

diff --git a/Changes b/Changes
index 926a83c..a2c7129 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Moose
 
-0.71
+0.71 Thu, February 19, 2009
     * Moose::Cookbook::Basics::Recipe11
       - A new recipe which demonstrates the use of BUILDARGS and
         BUILD. (Dave Rolsky)
@@ -10,16 +10,19 @@ Revision history for Perl extension Moose
         Rolsky)
 
     * Moose::Util::TypeConstraints::Optimized
-      - Just use Class::MOP for the optimized ClassName check (Dave
+      - Just use Class::MOP for the optimized ClassName check. (Dave
         Rolsky)
 
     * Moose::Exporter
-      - Allow overriding specific keywords from "also" packages (doy)
+      - 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)
+        to ensure they don't get out of sync. (Dave Rolsky)
+
+    * Moose::Cookbook
+      - Working on the above turned up a number of little bugs in the
+        recipe code. (Dave Rolsky)
 
 0.70 Sat, February 14, 2009
     * Moose::Util::TypeConstraints