X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=65dc150b90064dfbe552f260e4326fa1381569c7;hb=66e3df7a8d3d839b53f6fc3af8f4bad6fc27fefe;hp=caaf9f8303ddf6ff550a6cb50d41877278786f26;hpb=1746908e63ce233fad3c290d731ac34aff7c2d22;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index caaf9f8..65dc150 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,25 @@ Revision history for Mouse +0.88 2010-12-05 14:24:14 + [BUG FIX] + * 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 + 0.85 2010-11-11 10:51:45 [BUG FIXES] * Fix an error message to be compatible with Moose's