X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=906927020af6b758da1fb1ac26f5ad5818aafa50;hb=f3b064290bc91b750530deeefb5c2ae9db281d0c;hp=2d5d28aaf1d9d34ce803f82ce94f935cf7ea068b;hpb=705d608c18a7d626534b23863c56bc2046a7a407;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 2d5d28a..9069270 100644 --- a/Changes +++ b/Changes @@ -12,11 +12,6 @@ for, noteworthy changes. preserve roles and role applications. This led to weird bugs. Many MooseX modules end up reinitializing your class or role. (Dave Rolsky) - * Reverse the order that Moose::Exporter 'also' exports are dispatched. When - trying to re-export from a package that itself exported a modified set of - Moose sugar, you'd get the original Moose sugar instead of the overrides. - There are also now tests for this. (perigrin) - 1.9902-TRIAL Mon, Jan 03, 2011 [OTHER] @@ -63,14 +58,25 @@ for, noteworthy changes. * We now load the roles needed for native delegations only as needed. This speeds up the compilation time for Moose itself. (doy) -1.23 Sun, Feb 13, 2010 + +1.24 Tue, Feb 24, 2011 + + [BUG FIXES] + + * Reverse the order that Moose::Exporter 'also' exports are dispatched. When + trying to re-export from a package that itself exported a modified set of + Moose sugar, you'd get the original Moose sugar instead of the overrides. + There are also now tests for this. (perigrin) + + +1.23 Sun, Feb 13, 2011 [PACKAGING FIX] * The 1.22 release had a bad MANIFEST. This has been fixed. -1.22 Sun, Feb 13, 2010 +1.22 Sun, Feb 13, 2011 [BUG FIXES]