From: gfx Date: Mon, 21 Sep 2009 09:17:41 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.32~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=3c429663cc970c2f17a5d1a5f64b4694ce3eb7b0 Changelogging --- diff --git a/Changes b/Changes index ee11526..84ba3cb 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ Revision history for Mouse +0.31 + 0.30 Mon Sep 21 16:43:05 2009 + * Implement RT #46930 (accessor/reader/writer in has()) + * Work around anonymous classes as mortal classes (gfx) * Implement with $role => -exlucdes => [...] (gfx)