From: Dave Rolsky Date: Sat, 16 Oct 2010 13:14:52 +0000 (-0500) Subject: Small wording tweak X-Git-Tag: 1.16~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94f4bfd5ff4ce03d3a1471d1157edded1947d3b3;p=gitmo%2FMoose.git Small wording tweak --- diff --git a/Changes b/Changes index edc28f1..f2fe289 100644 --- a/Changes +++ b/Changes @@ -16,7 +16,7 @@ NEXT * Roles now support passing an array reference of method names to method modifier sugar functions. (doy) - * Native traits now don't use optimized inlining routines if the instance + * Native traits no longer use optimized inlining routines if the instance requests it (in particular, if inline_get_slot_value doesn't return something that can be assigned to). This should fix issues with KiokuDB::Class. (doy)