X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=626944e285319a9e30d79982df5a9871fbc5648d;hp=acda323610b1cdbf020408c9c477331f06486c07;hb=5ab21903f27011f38ec3e32ef2e649065e7adc1e;hpb=2b3bb2806431cb2777075779d6bfe59e0885cdc1 diff --git a/Changes b/Changes index acda323..626944e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + - Fix reporting the wrong Content-Length if the response body is an + upgraded string. Strings mean the same thing whether or not they are + upgraded, may get upgraded even after they are encoded, and will + produce the same output either way, but bytes::length returns too big + values for upgraded strings containing characters >127 + Refactoring / cleanups: - NoTabs and Pod tests moved to t/author so that they're not run (and then skipped) normally.