X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Changes;h=cb252c2d5a741835b49d478824b4d0ca8002427a;hp=48a985311fdd2a001fc524a55b0f68fbf26451a3;hb=637d4f17e6965551c032a3115dcbbb4d8e01fbf5;hpb=70425827d676b2b4130f5e78689bf017fe4c4609 diff --git a/Changes b/Changes index 48a9853..cb252c2 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Revision history for Mouse -0.50_03 +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