From: Dave Rolsky Date: Sat, 14 Feb 2009 17:41:19 +0000 (+0000) Subject: Doc trigger change in Changes X-Git-Tag: 0.70~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=68dfe9bd94b7440abd28e4b7d8e9c5fd3e3eda68;p=gitmo%2FMoose.git Doc trigger change in Changes --- diff --git a/Changes b/Changes index b2bc406..326a0bb 100644 --- a/Changes +++ b/Changes @@ -25,6 +25,12 @@ Revision history for Perl extension Moose - Some tests tried to use Test::Warn 0.10, which had bugs. Now they require 0.11. (Dave Rolsky) + * Moose::Meta::Attribute + - We no longer pass the meta-attribute object as a final + argument to triggers. This actually changed for inlined code a + while back, but the non-inlined version and the docs were + still out of date. + 0.69 Thu, February 12, 2009 * Moose - Make some keyword errors use throw_error instead of croak