X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b91a97f14d70af1aa980b984e640449fd464d0f1;hp=4f05906d4e63329836f9189354959127070ac5a5;hb=b138a0d00132d79ae4a1520e7aaeaf894c3bdd57;hpb=46d32d148b2e819915b797ce94905c2e1d62f85f diff --git a/Changes b/Changes index 4f05906..b91a97f 100644 --- a/Changes +++ b/Changes @@ -3,9 +3,10 @@ Bug fixes: - Fix t/optional_http-server.t test. - Fix t/optional_http-server-restart.t test. + - Fix duplicate components being loaded at setup time, each component is + now loaded at most once + tests. Refactoring / cleanups: - - Catalyst::Classdata now warns when class methods are called on instances. - Reduce minimum supported perl version from 5.8.6 to 5.8.4 as there are many people still running/testing this version with no known issues.