X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0922f903b9c7d7a071b2f85b9d2f439166717273;hb=e78db0df0d5a5e9f7c4c2186433e00c23c531c36;hp=bd99d01adbfdb7786462d18ca2385459a5e75863;hpb=522134afce982adf4b00e7af5391d94d9f30c476;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index bd99d01..0922f90 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ # This file documents the revision history for Perl extension Catalyst. +5.90049_002 - 2013-08-20 + - Fixed loading middleware from project directory + - Fixed some pointless warnings when middleware class lacked VERSION + - NEW FEATURE: Declare global 'data_handlers' for parsing HTTP POST/PUT + alternative content, and created default JSON handler. Yes, now Catalyst + handles JSON request content out of the box! More docs eventually but + for now see the DATA HANDLERS section in Catalyst.pm (or review the test + case t/data_handler.t + 5.90049_001 - 2013-07-26 - Declare PSGI compliant Middleware as part of your Catalyst Application via a new configuration key, "psgi_middleware".