From: Florian Ragwitz Date: Sat, 21 Nov 2009 01:30:07 +0000 (+0000) Subject: Remove duplicate changelog entry. X-Git-Tag: 5.80014~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=7b2b45bd7c406c47031a2600df8d3b28e41d0187;hp=636fc36c0cbdc6eaa3a770ccaffc9de02ae3e5be Remove duplicate changelog entry. --- diff --git a/Changes b/Changes index cbedef1..adad9b6 100644 --- a/Changes +++ b/Changes @@ -9,8 +9,6 @@ - Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names. - Catalyst::Test::local_request sets ->request on the response. - - Require HTTP::Request 5.814 and HTTP::Response 5.813 from LWP 5.814 - to avoid test fails. - Log flush moved to the end of setup so that roles and plugins which hook setup_finalize can log things and have them appear in application startup, rather than with the first hit.