From: Dave Rolsky Date: Thu, 19 Feb 2009 14:34:10 +0000 (+0000) Subject: Clean up changes and add release date X-Git-Tag: 0.71~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d06aca1757ece42a0845b2c89d82431d7c60fa56;p=gitmo%2FMoose.git Clean up changes and add release date --- diff --git a/Changes b/Changes index 926a83c..a2c7129 100644 --- 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