From: Karen Etheridge Date: Fri, 8 Oct 2010 17:26:39 +0000 (-0700) Subject: Changelog for 0.10 X-Git-Tag: 0.12~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b0c2e478af2de70a09997ccb9f7095bf3e447efe;p=gitmo%2FMooseX-AlwaysCoerce.git Changelog for 0.10 --- diff --git a/Changes b/Changes index d53d72a..e869fb8 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for MooseX-AlwaysCoerce +0.10 2010-10-08 10:03:53 PDT + - avoid giving class attributes to the metaclass, which was triggering an + edge case bug in metaclass compat (Jesse Luehrs) + 0.09 2010-08-05 03:42:07 - support attributes without isa, correctly