X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=152f4b1e633c75212a52323d0aaf285719f0c124;hb=eb88905f17a3087b826253807b2e4bc839a977d8;hp=7f31a1caa60e165ee8bd9add3f0ac17e8fb890fe;hpb=b2a583f8b681fce25f4f464709f44ed71baa189d;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 7f31a1c..152f4b1 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,23 @@ Revision history for Mouse +0.33_02 + * Make sure to work on 5.6.2 + +0.33_01 Thu Sep 24 16:16:57 2009 + * Implement traits => [...] in has() (gfx) + +0.33 Wed Sep 23 15:06:40 2009 + * Fix RT #49902: 0.32 fails tests reported by GRUBER (gfx) + + * Add some tests + 0.32 Tue Sep 22 16:44:57 2009 * Add many tests copied from Moose (gfx) * Fix Mouse::Util::find_meta() and Mouse::Util::does_role() (gfx) + * Fix the timing triggers are invoked (gfx) + * Implement confliction checks in roles * work around create() and create_anon() in Mouse::Meta::Role