pass special config options to drivers
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
diff --git a/Changes b/Changes
index 11188b1..4a702cc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,13 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader.
       (Jason Kohles)
     - allow users to specify their own macros in
       MyApp->config->{ substitutions } (Johnathan Rockway)
+    - pass special constructor arguments to Config::Any. Requires Config::Any
+      0.08 (Gareth Kirwan)
+
+    [DEPRECATION NOTICE]
+    - the "file" and "config_local_suffix" config keys are now to be explicitly
+      set under the Plugin::ConfigLoader key. Support for these keys will be
+      removed in the next release.
 
     [THINGS THAT MAY BREAK YOUR CODE]
     - use Catalyst::Utils::env_value() to get $ENV values. This means that