From: gfx Date: Sun, 20 Sep 2009 07:18:04 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.32~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f6a73cb9be22a23a4c68defeea7c8f4acb9b8af;hp=afc73948d1c8d2f34ec6242a08945184d9bb4b75;p=gitmo%2FMouse.git Changelogging --- diff --git a/Changes b/Changes index ff2c4d6..f96c942 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Mouse 0.30 + * Make get_method_list() compatible with Moose's + + * Make unimport() not to remove non-Mouse functions (blessed and confess) + + * Remove a lot of duplication code + * Support is => 'bare', and you must pass and 'is' option to has() (gfx) * Make generator methods private (gfx)