From: Dave Rolsky Date: Wed, 24 Nov 2010 21:29:21 +0000 (-0600) Subject: Changes for stable release - with release date X-Git-Tag: 1.21~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a08bfb2db478f8297d5edc406a555cc9caad273b;p=gitmo%2FMoose.git Changes for stable release - with release date --- diff --git a/Changes b/Changes index caac8a1..dbe7eb1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +1.21 Wed, Nov 24, 2010 + + [ENHANCEMENTS] + + * The Support manual has been updated to reflect our new major/minor version + policy. (Chris Prather) + + * The Contributing manual has been updated to reflect workflow changes based + on this new support policy. (doy) + + [BUG FIXES] + + * The role attribute metaclass did not inherit from Class::MOP::Object, + which could cause errors when trying to resolve metaclass compatibility + issues. Reported by Daniel Ruoso. (doy) + + * The lazy_build feature was accidentally removed all the docs. Now it's + listed in Moose.pm again. (Chris Prather) + 1.20 Fri, Nov 19, 2010 [BUG FIXES]