X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=57106a8c186206f797af4c8469598fb16e013cd7;hb=9e69967c28f2cd597d23572220fe675570ec1821;hp=b60d1c45988f9baf5b64238eb76c0607fca7623a;hpb=420d69e8116ad08b0fbeab3289af4df9f64d3b70;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index b60d1c4..57106a8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,27 @@ Revision history for Mouse +0.89 2011-01-27 09:18:39 + [BUG FIXES] + * Disable foreign class warnings introduced at 0.71, which affects + compatibility with Moose (and will re-introduce in more compatible + way in the future) + +0.88 2010-12-05 14:24:14 + [BUG FIXES] + * Workaround SL4A where mro.pm doesn't exist even if Perl >= 5.10.0 + (reported by @hide_o_55) + +0.87 2010-11-13 23:44:20 + [BUG FIXES] + * Fix packaging issues + - META.yml was not updated (reported by @shohex) + - `make realclean` should remove xshelper.h + (patched by Ingy dot Net, and modified by gfx) + + [OTHERS] + * Type coercion routines have been refactored; coercions are compiled + on demand. + 0.86 2010-11-12 20:12:53 [BUG FIXES] * Role application to instances cached anonymous classes in wrong way