X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f757a88eeb6fce21c44192d77d3ee482a7598710;hb=6a7756cc831fa21bc28b924a8edbaeeb28a4a66b;hp=48ac4df23d5c6fc48768d153ec3ea4d5168169e9;hpb=a7e3b78eb9097adb42355eaa27a6c5846a1ad9cc;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 48ac4df..f757a88 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Mouse +0.78 Tue Oct 5 15:27:13 2010 + [BUG FIXES] + * Resolve RT #61852 (Vincent Pit): Parametrized type constraints didn't + call their "where" clause anymore. + * Mouse::Object::DESTROY could fail to call DEMOLISHes in some cases + (reported by @typester). + +0.77 Wed Sep 29 21:35:11 2010 + [BUG FIXES] + * Fix tests failed against 5.6.2 + * Combination of 'isa' and 'does' for has() sugar was incorrectly + proccessed in Mouse::PurePerl. + * Fix foreign class checking routines. Please update MouseX::Foreign. + 0.76 Tue Sep 28 16:10:31 2010 [BUG FIXES] * Workaround 5.6.problems