X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=39a75a26f33c7b20e591ca367f0c09f775d7fe9d;hb=f1575d9f6d73252e751770a6c7ac717237059f29;hp=619c2a93e5ae047ffe75c57034455c8e0d389ce6;hpb=89d7a4b2fdc8cf24fa601341c70739de53ae73f0;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 619c2a9..39a75a2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,15 @@ Revision history for Mouse -(next) +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 (requested by @lestrrat)