From: gfx Date: Sat, 19 Dec 2009 08:09:32 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.45~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f178e757b3b0e7920ad90efb2628f2e648ffcd37;p=gitmo%2FMouse.git Changelogging --- diff --git a/Changes b/Changes index f984516..db5c058 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ Revision history for Mouse 0.45 * Fix filename portability issue (RT #52828, thanks to Peter Edwards) + * Fix an issue that definitions of anonymous types could fail (gfx) + * Mouse::Meta::Attributes - Add set_value/get_value/has_value/clear_value (gfx)