From: Shawn M Moore Date: Thu, 5 Feb 2009 03:48:33 +0000 (+0000) Subject: Note enum and override/super implementations in Changes X-Git-Tag: 0.19~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a22b1fed65a706f785c856a7caa0b7ba3760b40a;p=gitmo%2FMouse.git Note enum and override/super implementations in Changes --- diff --git a/Changes b/Changes index 115d1a8..7de5e21 100644 --- a/Changes +++ b/Changes @@ -24,6 +24,10 @@ Revision history for Mouse * use Data::Util to make method modifiers fast if it's available (dann) + * Implement "enum" type constraints + + * Implement "override" and "super" + 0.14 Sat Dec 20 16:53:05 2008 * POD fix