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