X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=918162254b9f915ccc9c0feda9e39c1714a10a1b;hb=74fa1d9dde1b49f51657462ced3246a6c875c3bd;hp=0953b79d13f3b08def66c55cce86dcd9c21321e7;hpb=919d925775d88b7d1bcb5550a782a48250dff32e;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 0953b79..9181622 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix problem with from_psgi_response and streaming applications ( + https://github.com/perl-catalyst/catalyst-runtime/pull/168). + +5.90123 - 2018-11-27 + - Fix emitting warnings when REMOTE_ADDR is undefined (RT#113388) + - Fix $c->req->hostname empty for IPv6 clients (RT#75731) + - split code to log stats report into a separate log_stats method (RT#127392) + 5.90122 - 2018-11-03 - releasing as stable