X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c7529e530fc40dc86edd1328ddf7354e3c741015;hb=45521346be4db9bfd876c03e284042324bc45005;hp=58fca42a18edbd50be9fad650e03661879b26d7a;hpb=12b8c578192f6c9ecd01904917e08d34812d7225;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 58fca42..c7529e5 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ for, noteworthy changes. {{$NEXT}} +2.0800 Wed, Mar 27, 2013 + [ENHANCEMENTS] * The super() subroutine now carps if you pass it arguments. These arguments @@ -19,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]