X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1800c39987570b1c5c1bb97d7164cc263a238e21;hb=caf77af6fd814a2b8de929227bd495b1472768c9;hp=aff21c4398e9c87c9e8d133fbb48f671177e893d;hpb=d990f7911dfd6a36d1dcc072e7adb72bf0379349;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index aff21c4..1800c39 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,21 @@ Revision history for Mouse +0.50_04 Fri Feb 26 18:57:24 2010 + * All + - Warnings are less noisy, as shown by example/warns.pl (gfx) + - Various optimization and refactoring (gfx) + +0.50_03 Mon Feb 22 17:56:47 2010 + * Mouse::Meta::Attribute + - Catch up about Moose 0.84 about warnings (gfx) + - If an attribute generates no accessors, it will be warned + - If both 'isa' and 'does' are specified and 'isa' does not do + 'does', then it will be warned + * Mouse::Object + - Fix a possible segv which is caused by destructors (gfx) + * Mouse::Util::TypeConstraints + - Implement the built-in type hierarchy (gfx) + 0.50_02 Sat Feb 20 14:37:16 2010 * Mouse::Meta::Attribute - Implement argument currying for delegation (gfx)