From: Karen Etheridge Date: Wed, 23 Feb 2011 18:34:42 +0000 (-0800) Subject: update Changes file to reflect what was released in 1.24 X-Git-Tag: 1.9903~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5685cd434fd664d3196329fc2a60fb937efed288;p=gitmo%2FMoose.git update Changes file to reflect what was released in 1.24 --- diff --git a/Changes b/Changes index 7e5a783..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,6 +58,17 @@ 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.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]