From: Jesse Luehrs Date: Thu, 21 Apr 2011 14:13:35 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0100~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2608be58e13448f85f8a21c10b2d205cce875d43;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 3a292a2..1d75086 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,12 @@ for, noteworthy changes. {{$NEXT}} + [NEW FEATURES] + + * Type constraints can now provide inlined versions, which should make + inlined code which uses type constraints (such as accessors) faster. + (Dave Rolsky) + [BUG FIXES] * Make sure weak attributes remain weak when cloning. (doy, rafl)