From: gfx Date: Tue, 13 Oct 2009 06:07:41 +0000 (+0900) Subject: Changelogging, Mouse::Spec X-Git-Tag: 0.38~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=518b3489724559148a717477efdbb21789adc10f;p=gitmo%2FMouse.git Changelogging, Mouse::Spec --- diff --git a/Changes b/Changes index 5e45e74..74e561a 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Mouse 0.38 - SUMMARY from 0.37-0.38 + 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