X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=93935544ce118074d801594d71c4ff89a2b60456;hp=b60d1c45988f9baf5b64238eb76c0607fca7623a;hb=fd2b172a4657cb6cc47976d2e66cdba4bdfa579d;hpb=f43060b65ad710abc58ab3e1f4288a71deb00ec6 diff --git a/Changes b/Changes index b60d1c4..9393554 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Mouse +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