From: Jesse Luehrs Date: Sun, 19 Jun 2011 07:29:27 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0103~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a386d3e3d7726d8dd474a9ccb112ac1eb8a54eaf;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index e06095d..03f00d6 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,13 @@ for, noteworthy changes. * Several things that have been deprecated for a while have been removed. See the 2.0000 section in Moose::Manual::Delta for details. + [NEW FEATURES] + + * New Moose::Util::TypeConstraints::union function for creating union type + constraints without having to rely on the string type constraint parsing. + This also allows for creating unions of anonymous type constraints. + (kentnl) + [BUG FIXES] * duck_type type constraints now report reasonable errors when given