From: Karen Etheridge Date: Thu, 28 Mar 2013 21:34:08 +0000 (-0700) Subject: changelog for 2.0800 fix for RT#77974 (commit e2a758a) X-Git-Tag: 2.0801~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45521346be4db9bfd876c03e284042324bc45005;p=gitmo%2FMoose.git changelog for 2.0800 fix for RT#77974 (commit e2a758a) --- diff --git a/Changes b/Changes index 152bd92..c7529e5 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,8 @@ for, noteworthy changes. * Fix memory leak in type unions. (Karen Etheridge) RT#83929. + * Fix application of traits at compile time. (doy) RT#77974. + 2.0604 Wed, Sep 19, 2012 [BUG FIXES]