From: Dave Rolsky Date: Fri, 14 Oct 2011 21:34:19 +0000 (-0500) Subject: Doc error class bug fix X-Git-Tag: 2.0301~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec2163fb877cca5675278b94a0cb8cd48721953b;p=gitmo%2FMoose.git Doc error class bug fix --- diff --git a/Changes b/Changes index d1e795b..d75ea44 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,9 @@ for, noteworthy changes. * Fix compilation on 5.8. Reported by ether. (doy) + * A custom error class caused a warning when the class that used it was made + immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky) + [ENHANCEMENTS] * The enum type will now allow single value enumerations. Previously, two or