Make that a warning when in debug mode
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index a365537..cecff5e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,5 @@
 # This file documents the revision history for Perl extension Catalyst.
 
- Deprecations:
-  - Removed component resolution regexp fallback. Now it always warns
-    when the component is not found, and returns undef.
-
  Bug fixes:
   - Fix the disable_component_resolution_regex_fallback config setting
     to also work in the $c->component method.