Back out crazy heuristics
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 7ea3d84..6052c85 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
   Bug fixes:
-   - Additional fix for getting the base application path right when rewriting
-     requests into an application sub path with mod_alias and mod_rewrite on
-     Apache.
    - Ensure to always cleanup temporary uploaded files in all cases, even
      when exceptions occur during request processing, using HTTP::Body's
      ->cleanup feature. (RT#41442)