From: Tomas Doran Date: Sun, 22 Jan 2012 10:52:19 +0000 (+0000) Subject: Changelog typo X-Git-Tag: 5.90008~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=676bbb6fd4d55d83bd485c90453b7fe135b6126f;hp=8d4a01a28c3009fb1bb687d2eb3ad80a35c7489f Changelog typo --- 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.