X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d75ea444f29224ff19176a0fa90aeb847552d66a;hb=ec2163fb877cca5675278b94a0cb8cd48721953b;hp=d1e795b28bf1548f70953fd4af2769fd44663fa9;hpb=58e23c445bc01824af1ff190faee0eb5ebd44e51;p=gitmo%2FMoose.git 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