From: Florian Ragwitz Date: Fri, 29 Jan 2010 00:16:42 +0000 (+0000) Subject: Changelog tweaking. X-Git-Tag: 5.80019~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ff92c6707107e79f9b5ad3b18a80f1a01fb61db;p=catagits%2FCatalyst-Runtime.git Changelog tweaking. --- diff --git a/Changes b/Changes index 9b7e9ba..fff6e97 100644 --- a/Changes +++ b/Changes @@ -15,12 +15,13 @@ - nginx and lighttpd FCGI requests with URI encoded sections as the first path part have been fixed to operate correctly. - - Aparantly useless conditional in Catalyst::Component::BUILDARGS - has been removed. + - A source of bogus warnings in Catalyst::Component::BUILDARGS has been + removed. Documentation: - - Improve the documentation about -Home and how Catalyst finds the - home path for applications. + - Improve the documentation about -Home and how Catalyst finds the home path + for applications. + - Various minor typo fixes. New features: - Allow passing additional arguments to action constructors.