From: Shawn M Moore Date: Mon, 4 Aug 2008 00:33:26 +0000 (+0000) Subject: Update Changes X-Git-Tag: 0_55~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7e8c0685f594033f1c2cbdea2246a01199785354;p=gitmo%2FMoose.git Update Changes --- diff --git a/Changes b/Changes index 1486a20..afb63a4 100644 --- a/Changes +++ b/Changes @@ -1,18 +1,18 @@ Revision history for Perl extension Moose -0.55 +0.55 Sun August 3, 2008 * Moose::Meta::Attribute - - breaking down the way 'handles' methods are - created so that the process can be more easily + - breaking down the way 'handles' methods are + created so that the process can be more easily overridden by subclasses (stevan) * Moose::Meta::TypeConstraint - - fixing what is passed into a ->message with + - fixing what is passed into a ->message with the type constraints (RT #37569) - added tests for this (Charles Alderman) * Moose::Util::TypeConstraints - - fix coerce to accept anon types like subtype can + - fix coerce to accept anon types like subtype can (mst) * Moose::Cookbook - reorganized the recipes into sections - Basics, Roles, Meta, @@ -37,6 +37,10 @@ Revision history for Perl extension Moose - how to write modules with an API just like C (Dave Rolsky) + * all documentation + - Tons of fixes, both syntactical and grammatical (Dave + Rolsky, Paul Fenwick) + 0.54 Thurs. July 3, 2008 ... this is not my day today ...