X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9b7e9ba4caa8f800674604a3f5b8f4f374a9a7c5;hb=c2f4efce2d20d85c04ba5f79e7382086d0a021a5;hp=d2d16d6816b2bc421340959c8559d64ec8f39274;hpb=2689f8a4d4914dc316857f50eea2cf03788b7030;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index d2d16d6..9b7e9ba 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,16 @@ an action object has been fixed to not just encode the first slash in any set of args/captures. + - 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. + + Documentation: + - Improve the documentation about -Home and how Catalyst finds the + home path for applications. + New features: - Allow passing additional arguments to action constructors.