X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=58e7721461fc758d38d326be09e3b6c0cc1268f0;hp=f49080ecb90bd075579ab8bc23745065b57cbf3d;hb=676bbb6fd4d55d83bd485c90453b7fe135b6126f;hpb=8d4a01a28c3009fb1bb687d2eb3ad80a35c7489f diff --git a/Changes b/Changes index f49080e..58e7721 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. New features and refactoring: - - Much of the Catalyst::Engine code has been moved into Catalyst::Reqiest + - Much of the Catalyst::Engine code has been moved into Catalyst::Request and Catalyst::Response, to be able to better support asynchronous web servers such as Twiggy, by making the application engine more reenterant.