attemp to load local config
[catagits/Catalyst-Plugin-ConfigLoader.git] / Changes
diff --git a/Changes b/Changes
index dcc1191..28c3b30 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Catalyst::Plugin::ConfigLoader.\r
 \r
+0.05  Thu Apr 18 2006\r
+    - __HOME__ now corresponds to $c->path_to( '' ) and nothing else\r
+    - __path_to( 'foo/bar' )__ turns in to $c->path_to( 'foo', 'bar' )\r
+    - attemps to load ${config}_local.$ext after ${config}.$ext for\r
+      an overriding effect\r
+\r
 0.04  Wed Feb 08 2006\r
     - add finalize_config method\r
     - make default finalize_config traverse the config and substitute\r