From: gfx Date: Tue, 13 Oct 2009 06:19:20 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.38~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=6106ed03c06019a9b01c7c483f95eabe3db0ac40;hp=4b1994d4242c7359b7b2d1bc5711791a4967c19f Changelogging --- diff --git a/Changes b/Changes index 74e561a..d1c5c13 100644 --- a/Changes +++ b/Changes @@ -1,23 +1,24 @@ Revision history for Mouse 0.38 - SUMMARY from 0.37 to 0.38 + * No code changes from 0.37_06 - * Add documents about compatiblity and incompatibility to Mouse::Spec + * SUMMARY from 0.37 to 0.38 + - Add documents about compatiblity and incompatibility to Mouse::Spec - * Refactor type constraints and type coercions - - Now ArrayRef[Foo | Bar] is parsed correctly - - Type coercions are stored in type constraint objects + - Refactor type constraints and type coercions + - Now ArrayRef[Foo | Bar] is parsed correctly + - Type coercions are stored in type constraint objects - * Add Mouse::Exporter for import/unimport methods + - Add Mouse::Exporter for import/unimport methods - * Make roles applicable to instances + - Make roles applicable to instances - * Implement inner/augment keywords + - Implement inner/augment keywords - * Port a lot of Moose's tests + - Port a lot of Moose's tests - * Fix a lot of bugs + - Fix a lot of bugs 0.37_06 Mon Oct 12 16:34:18 2009