From: Stevan Little Date: Mon, 13 Aug 2007 20:03:07 +0000 (+0000) Subject: taggin X-Git-Tag: 0_25~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=194113313fb7ec2de8ebda0aae1e9e992cb907ae;p=gitmo%2FMoose.git taggin --- diff --git a/Changes b/Changes index d3adac2..dc179e0 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.25 +0.25 Mon. Aug. 13, 2007 * Moose - Documentation update to reference Moose::Util::TypeConstraints under 'isa' in 'has' for how to define a new type @@ -26,26 +26,26 @@ Revision history for Perl extension Moose it behaves as the regular Moose::Meta::TypeConstraint does. * Moose::Meta::Role - - massive refactoring of this code + - large refactoring of this code - added several more tests - tests for subtle conflict resolition issues added, but not currently running (thanks to kolibre) * Moose::Cookbook::Recipe7 - - added new recipe for augment/inner functionality - - example only, no docs yet (sorry) + - added new recipe for augment/inner functionality + (still in progress) - added test for this * Moose::Spec::Role - a formal definition of roles (still in progress) * Moose::Util - - utilities for easier working with moose classes + - utilities for easier working with Moose classes - added tests for these * Test::Moose - - moose specific tests + - This contains Moose specific test functions - added tests for these 0.24 Tues. July 3, 2007