From: Jesse Luehrs Date: Sat, 12 Jun 2010 01:30:40 +0000 (-0500) Subject: changelog X-Git-Tag: 1.09~47^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7da75441fc8abe0e619137013e73052661e98102;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 62405bf..2686ba2 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,11 @@ for, noteworthy changes. safety and leave these on. Reported by David Wheeler. RT #58310. (Dave Rolsky) + [API CHANGES] + + * has '+foo' now has a blacklist rather than a whitelist for options which + can be legally inherited (doy, Tuomas Jormola). + [BUG FIXES] * Accessors will now not be inlined if the instance metaclass isn't