From: Ricardo Signes Date: Sun, 24 Oct 2010 17:11:56 +0000 (-0400) Subject: document the changes in Changes X-Git-Tag: 1.18~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2a3e2875fb0157bb86e5ec5de35ea97ecdaab25;p=gitmo%2FMoose.git document the changes in Changes --- diff --git a/Changes b/Changes index 4369510..df29c02 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,10 @@ for, noteworthy changes. * Type constraint objects now have an assert_coerce method which will either return a valid value or throw an error. + [OTHER] + + * The Moose test suite now uses Test::Fatal instead of Test::Exception + 1.17 Tue, Oct 19, 2010 [BUG FIXES]