X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3c887497f209bfa3a2566b85f5a9d38af2ee642c;hb=41e7bd481acdafb23e08381f98c9e3732950bdc0;hp=ae86e241731dba555154221e09476a2f5d9f84cc;hpb=aafe1d30a7dc94844ed6d6dc75e2603b9d4fb06e;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index ae86e24..3c88749 100644 --- a/Changes +++ b/Changes @@ -4,11 +4,14 @@ TBA ! Stricter checking of attributes in Catalyst::DispatchType::Chained: 1) Only allow one of either :CaptureArgs or :Args 2) :CaptureArgs() argument must be numeric + 3) :CaptureArgs() and :Args() arguments cannot be negative - Add Devel::InnerPackage to dependencies, fixing tests on perl 5.17.11 as it's been removed from core. RT#84787 - New support for closing over the PSGI $writer object, useful for working with event loops. - + - lets you access a psgix.io socket, if your server supports it, for manual + handling of the client - server communication, such as for websockets. + - Fix waiting for the server to start in t/author/http-server.t 5.90030 - 2013-04-12 ! POSSIBLE BREAKING CHANGE: Removed Regexp dispatch type from core, and put