X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=582d0c775d98aced59e08d46e6fd0b68ec458f1c;hp=1c816b76a80e906334de12e92feb6e7e952ed714;hb=81fd550d4417451af22a45f26b93829b4515bb89;hpb=63d3339beb31760eee5df903c54823907ef77734 diff --git a/Changes b/Changes index 1c816b7..582d0c7 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,13 @@ Revision history for Mouse -0.45 +0.45 Sat Dec 19 17:22:46 2009 + * 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) + (Note that thsese methods are depend on the accessors) * Test::Mouse - Add with_immutable (gfx)