X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=77fd27edfdb876ffe2a03f8e12dca158d1cd59d2;hb=f18ecf2a2722afd64a24f543fe503ae9dc969e86;hp=8125f8afacd6be990d6dcc7ebe8990a23b8269d0;hpb=639f39ef89538c354a4bceffe8c9ef5dd1c7ea71;p=gitmo%2FMouse.git diff --git a/Changes b/Changes index 8125f8a..77fd27e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Mouse +0.33_02 + * Make sure to work on 5.6.2 + + * Remove testing modules from inc/ + 0.33_01 Thu Sep 24 16:16:57 2009 * Implement traits => [...] in has() (gfx)