X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=43b8c22bbad9fee9b9a801d340a8a7272546f8f4;hb=fe2d5aba0346f1c98cf9887c3c0d3ea057e440b2;hp=a7272f380ceb7a8ab661afea99412db980f3f052;hpb=77a18c285ae04f4823473563fa6b1a6e34fb2ab4;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index a7272f3..43b8c22 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ Revision history for Perl extension Moose +0.27 + * fixing some misc. bits in the docs that + got mentioned on CPAN Forum + + * Moose::Meta::Role + - fixed how required methods are handled + when they encounter overriden or modified + methods from a class (thanks to confound). + - added tests for this + + * Moose::Util::TypeConstraint + - fixed the type notation parser so that + the | always creates a union and so is + no longer a valid type char (thanks to + konobi, mugwump and #moose for working + this one out.) + - added more tests for this + 0.26 Thurs. Sept. 27, 2007 == New Features == @@ -26,6 +44,9 @@ Revision history for Perl extension Moose ==== ~ Several doc updates/cleanup thanks to castaway ~ + + - converted build system to use Module::Install instead of + Module::Build (thanks to jrockway) * Moose - added all the meta classes to the immutable list and