X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8b31dc82b558b90b9930901888ee3f32f12c2370;hb=b0b53927671062b92d79012bfe594cac58988c37;hp=7066ca4cd684c0fa0f7484b76f615fcd32d94bd1;hpb=0d29b77265a9c26a152cc0d9628d5b1101ceb32a;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 7066ca4..8b31dc8 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.92 + * replace two more eval { } calls with try { } (doy) + +0.92 Tue, Sep 22, 2009 * Moose::Util::TypeConstraints - added the match_on_type operator (Stevan) - added tests and docs for this (Stevan) @@ -10,6 +12,9 @@ for, noteworthy changes. - Metaclass compat fixing should already happen recursively, there's no need to explicitly walk up the inheritance tree. (doy) + * Moose::Meta::Attribute + - Add tests for set_raw_value and get_raw_value. (nothingmuch) + 0.91 Thu, Sep 17, 2009 * Moose::Object - Don't import any functions, in order to avoid polluting our namespace