From: Yuval Kogman Date: Sun, 5 Jul 2009 23:00:51 +0000 (-0500) Subject: Changelog X-Git-Tag: 0.87~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdf5a1b7eb53849a8977be7e1040f1c3534d9429;p=gitmo%2FMoose.git Changelog --- diff --git a/Changes b/Changes index ccf4777..c27857d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.87 + * Moose::Meta::Method::Delegation + - The new error condition was laxened to allow class names. + 0.86 Fri Jul 3, 2009 * Moose::Meta::Class::Immutable::Trait - Fixes to work with the latest Class::MOP.