X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c7b8e009a1508936bb41971538c352ef0d31342e;hb=7a96b3362e9841f5296dc8e844aa084c6a0048df;hp=077910662e5cfddab0bbbac2b82b1c3001d1b2a8;hpb=2df74b3a354723710bc01ee836297ea3791d01dc;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 0779106..c7b8e00 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,25 @@ Revision history for Mouse -0.20 +0.21 + * clone_instance has been made private, like in Moose (tokuhirom) + + * Fix method modifiers applying to the wrong class (gfuji) + reported by Heikki Lehvaslaiho in [rt.cpan.org #42992] + + * Fix test failures when user does not have C::Method::Modifiers(::Fast) + installed (Joel Bernstein) + + * use get_all_attributes instead of + compute_all_applicable_attributes (tokuhirom) + + * fixed pod bug (tokuhirom) + reported by Ryan52 in [rt.cpan.org #44928] + + * Parameterized type constraints can now have messages (tokuhirom) + + * Added documentation about type constraints (Mark Stosberg) + +0.20 Thu Apr 9 20:22:33 2009 * Squirrel is now deprecated. Use Any::Moose instead (Sartak) * To improve Moose compat, the third argument to trigger