X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=1882335a918782668bbcf02c491a0ebc9bc308b1;hp=ecf47cff4892e1e95605243bf12a69db85bf25da;hb=f55d149186ec2daa69216561df88353feaeb2fd9;hpb=5e0a1a003c3b5b322153e5e944a84a23bd9fcf61 diff --git a/Changes b/Changes index ecf47cf..1882335 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix loading of classes which do not define any symbols to not + die, as it didn't in 5.70 (t0m) + - Test for this (t0m) - Bump MooseX::Emulate::Class::Accessor::Fast dependency to force new version which fixes a lot of plugins (t0m) - Make log levels additive, and add documentation and tests