X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=6eb0f29bd2932684691f07f1a4df835011feb7d2;hp=4b488be8a4d639d045abd66229e684750ef6c0f1;hb=ee2ddf0c434642c62ecaa80da046601ec9c31101;hpb=3d4fc940fd852f256818c4616c475151ad292362 diff --git a/Changes b/Changes index 4b488be..6eb0f29 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ # This file documents the revision history for Perl extension Catalyst. +5.90125 - 2020-01-18 + - Support samesite flag for cookies (mitchjacksontech++) + - utility method on Catalyst::Action 'equals' + - new predicate methods 'has_request' and 'has_response'. Useful in + plugins that might run bits before a request is finalized. + +5.90124 - 2019-01-18 + - 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)