X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=527659ecc6d718714ed7fc0c285ed12da5168b84;hp=5c246ec761d07a6136e8245c57dfafa79c880ba7;hb=4b0b748949f8aef8309806de2387296b17e5673d;hpb=7d670fb446850f89dc7ee626cda155e72320732e diff --git a/Changes b/Changes index 5c246ec..527659e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ # This file documents the revision history for Perl extension Catalyst. +5.90080_001 - TBD + - MyApp->to_app is now an alias for MyApp->psgi_app in order to better support + existing Plack conventions. + - Modify Catayst::Response->from_psgi_response to allow the first argument to + be an object that does ->as_psgi. + - Modified Catayst::Middleware::Stash to be a shallow copy in $env. Added some + docs. Added a test case to make sure stash keys added in a child application + don't bubble back up to the main application. + 5.90073 - 2014-09-23 - Fixed a regression caused by the last release where we broke what happened when you tried to set request parameters via $c->req->param('foo', 'bar').