From: Dave Rolsky Date: Mon, 25 Oct 2010 21:42:14 +0000 (-0500) Subject: give credit in Changes X-Git-Tag: 1.18~63 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dd5b9577647b8c85085f912e68ee7c2c05d2f36;p=gitmo%2FMoose.git give credit in Changes --- diff --git a/Changes b/Changes index df29c02..22ad787 100644 --- a/Changes +++ b/Changes @@ -6,11 +6,12 @@ for, noteworthy changes. [ENHANCEMENTS] * Type constraint objects now have an assert_coerce method which will either - return a valid value or throw an error. + return a valid value or throw an error. (rjbs) [OTHER] - * The Moose test suite now uses Test::Fatal instead of Test::Exception + * The Moose test suite now uses Test::Fatal instead of + Test::Exception. (rjbs) 1.17 Tue, Oct 19, 2010