From: Ricardo Signes Date: Sat, 23 Oct 2010 17:12:30 +0000 (-0400) Subject: changelog for assert_coerce X-Git-Tag: 1.18~69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c73105193a5f6f92819b5f49269865ad512443e6;p=gitmo%2FMoose.git changelog for assert_coerce --- diff --git a/Changes b/Changes index b3f4610..4369510 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +[NEXT] + + [ENHANCEMENTS] + + * Type constraint objects now have an assert_coerce method which will either + return a valid value or throw an error. + 1.17 Tue, Oct 19, 2010 [BUG FIXES]