C::Engine::FastCGI (_fix_env) - Microsoft IIS on Windows 2008 R2 has version string...
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index aab4a17..cb7ceee 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,13 +5,14 @@
          application class immutable without that option.
        - Fix POD to refer to ->config(key => $val), rather than
          ->config->{key} = $val, as the latter form is deprecated.
+       - Depend on Module::Pluggable 3.9 to prevent a bug wherein components
+         in inner packages might not be registered. This especially affected
+         tests.
 
   Refactoring / cleanups:
        - Deleted the Restarter engine and its Watcher code. Use the
          new Catalyst::Restarter in a recent Catalyst::Devel instead.
        - New unit test for Catalyst::Action 'unit_core_action.t' (groditi)
-       - Components being anonymous classes at runtime is now correctly dealt with
-         by class2appclass to support CatalystX::Component::Traits
 
   New features:
        - private_path method for Catalyst::Action + docs + tests (groditi)