From: Dave Rolsky Date: Tue, 17 Feb 2015 03:22:03 +0000 (-0600) Subject: Fix a typo in Changes X-Git-Tag: 5.90084~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f382b264b4c2b378c90970e5039502fd60e49a7f;hp=4d94a93ad9c5791db5861b3dc2250aa6ef4770f2 Fix a typo in Changes --- diff --git a/Changes b/Changes index 9f1b1b1..416620d 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ 5.90083 - 2014-02-16 - Fixed typo in support for OPTIONS method matching (andre++) - - Stop using $env->{'plack.request.query'} as a query paring optimization + - Stop using $env->{'plack.request.query'} as a query parsing optimization since 1) it doesn't belong to us and 2) there's subtle differences in the way plack parses parameters and catalyst does. This fixes a bug when you are using middleware that uses Plack::Request to do its thing. This change