From: Stevan Little Date: Mon, 6 Aug 2007 15:27:16 +0000 (+0000) Subject: ch-ch-ch-changes X-Git-Tag: 0_25~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8eca434bb5bec0d1fb481bef9e3277d82dd80ac7;p=gitmo%2FMoose.git ch-ch-ch-changes --- diff --git a/Changes b/Changes index 81af1f7..28144e9 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,11 @@ Revision history for Perl extension Moose - added new recipe for augment/inner functionality - added test for this + * Moose + - Documentation update to reference Moose::Util::TypeConstraints + under 'isa' in 'has' for how to define a new type + (thanks to shlomif). + * Moose::Meta::Attribute - required attributes now will no longer accept undef from the constructor, even if there is a default and lazy @@ -20,15 +25,15 @@ Revision history for Perl extension Moose in the error message - added tests for this (thanks to EvanCarroll) + * Moose::Meta::TypeConstraint::Union + - added (has_)hand_optimized_constraint to this class so that + it behaves as the regular Moose::Meta::TypeConstraint does. + * Moose::Meta::Role - massive refactoring of this code - added serveral more tests - tests for subtle conflict resolition bugs (thanks to kolibre) - * Moose - - (Docs) referenced Moose::Util::TypeConstraints under 'isa' in 'has' - for how to define a new type. - 0.24 Tues. July 3, 2007 ~ Some doc updates/cleanup ~