From: Jesse Luehrs Date: Wed, 11 Nov 2009 23:57:44 +0000 (-0600) Subject: update Changes X-Git-Tag: 0.93~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a3aaca328074acb76ccf11120eb5d4b9d3ef9fd;p=gitmo%2FMoose.git update Changes --- diff --git a/Changes b/Changes index 9b1542d..9ee9f60 100644 --- a/Changes +++ b/Changes @@ -27,6 +27,10 @@ for, noteworthy changes. - Don't remove attribute accessors we never installed, during remove_accessors. (doy) + * Moose::Meta::Attribute::Native::Trait::Array + - Don't bypass prototype checking when calling List::Util::first, to + avoid a segfault when it is called with a non-code argument. (doy) + 0.92 Tue, Sep 22, 2009 * Moose::Util::TypeConstraints - added the match_on_type operator (Stevan)