From: Florian Ragwitz Date: Thu, 19 Nov 2009 00:11:16 +0000 (+0100) Subject: Changelogging. X-Git-Tag: 0.93~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=644241d80f9226653772022e55e6de0dd7bd2a51;p=gitmo%2FMoose.git Changelogging. --- diff --git a/Changes b/Changes index 9ee9f60..d65eba6 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,7 @@ for, noteworthy changes. just anonymous. The non-arrayref forms may be removed in the future. (doy) - Changed Str constraint to not accept globs (*STDIN or *FOO). (chansen) + - Properly document Int being a subtype of Str. (doy) * Moose::Exporter - Moose::Exporter using modules can now export their functions to the @@ -31,6 +32,9 @@ for, noteworthy changes. - Don't bypass prototype checking when calling List::Util::first, to avoid a segfault when it is called with a non-code argument. (doy) + * Moose::Meta::Attribute::Native::Trait::Code + - Fix passing arguments to code execute helpers. (doy) + 0.92 Tue, Sep 22, 2009 * Moose::Util::TypeConstraints - added the match_on_type operator (Stevan)