X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=39a75a26f33c7b20e591ca367f0c09f775d7fe9d;hb=f1575d9f6d73252e751770a6c7ac717237059f29;hp=812203b433fb8a52ace8e3ee8c81b97fe69c8456;hpb=8cf6cb3babb16036cf993765f283ef71295b8917;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 812203b..39a75a2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Mouse +0.93 2011-05-17 00:22:12 + [BUG FIXES] + * Make sure weak attributes remain weak when cloning (Moose 2.0007) + +0.92 2011-4-14 23:37 + [BUG FIXES] + * Replace C++-style comments (//) with C89-style comments(/* */) + (RT #67412) + 0.91 2011-03-14 13:12:35 [CHANGES] * $type_constraint->check() accepts extra arguments for extensibility