Changelog
Tomas Doran [Mon, 22 Aug 2011 20:44:38 +0000 (21:44 +0100)]
Changes

diff --git a/Changes b/Changes
index fb8e98d..1e38cc7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  Backward compatibility fixes:
+
+    - Deploying via mod_perl in some cases is fixed by making
+      Catalyst::EngineLoader detect mod_perl in more generic
+      circumstances.
+      https://github.com/miyagawa/Plack/issues/239
+
   Documentation fixes:
 
     - Fix incorrect example in Catalyst::PSGI.