X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=08bc0c5fd59a4651b397946b3eb5bab6a8bf4b54;hp=27419ed780dc4299cca10f975490b642a095464f;hb=3e6ee0205d872d8b65ffab789172b4cf93870c01;hpb=6561feaea6cb3f0a84e97fc6f2bc55788fe8c393 diff --git a/Changes b/Changes index 27419ed..08bc0c5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ # This file documents the revision history for Perl extension Catalyst. 5.90069_002 + - Catalyst stash functionality has been moved to Middleware. It should + work entirely the same when used as a context method, please report + questions or problems! + - Removed code related to supporting the long deprecated stand alone + PSGI Engine. If you are still using this you code is now broken. + Luckily you can just stop using it and likely everything will work + under the new PSGI support built into Catalyst for several years. - 'abort_chain_on_error_fix' now defaults to true. If this behavior causes you issues, you can explicitly turn it off by setting it to a non true defined value (0 is a good option here).