From: Dave Rolsky Date: Wed, 4 Jan 2012 20:03:42 +0000 (-0600) Subject: Fix a typo in Changes X-Git-Tag: 1.08~50^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=89bf55aa770766ee3f18dd9b6dbf3f5f133e0266 Fix a typo in Changes --- diff --git a/Changes b/Changes index 7409244..83322b9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ Wed 04 Jan 2012 19:34:00 GMT - Release 0.95 - Fix regex for JSONP parameter name to be able to include the . chatacter + Fix regex for JSONP parameter name to be able to include the . character in Catalyst::Action::Serialize::JSONP. RT#73741 Add optional location parameter to status_acceped handler. RT#73691 (ghenry)