X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e88135046d0470d760e421369307050bbbf0a6e4;hb=230ec0478dc8346f87a95a1efc8d2eb51c9add62;hp=5f940abd527f5a933fa2d0977525e6520226cfab;hpb=e0d47620128b3e74be5346662cf62f2e97874c3a;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/Changes b/Changes index 5f940ab..e881350 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,42 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. -0.22 XXX +0.29 TO BE RELEASED + - Fix issue with 2 character app names that are kept in versioned + directories (e.g. app called QX in QX-2.1.5/) + - bump dep on Config::Any to use the -ForceArray Config::General option + (caelum) + +0.28 Wed Jun 30 2010 + - Pod Fixes related to config_substitutions() (Oleg Kostyuk) + - Pod fix for the "Using a local configuration file" section of + the Manual (RT #48823) + - Expand XML config example in the manual (teejay, Kieren Diment) + +0.27 Thu Aug 13 2009 + - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651) + +0.26 Mon Aug 10 2009 + - Fix test to not need "parent" (RT #48547) + - Do not localize %ENV, rather, remove potentially conflicting + k-v pairs (RT #48557) + +0.25 Fri Aug 07 2009 + - Fix get_config_local_suffix and get_config_path when finding values + from ENV vars (RT #47937) + +0.24 Mon Jun 29 2009 + - Add an __ENV(foo)__ macro + tests (Stuart Watt) + - Document CATALYST_CONFIG_LOCAL_SUFFIX and MYAPP_LOCAL_CONFIG_SUFFIX + much better (Louis Erickson) + - Fix so that having CATALYST_CONFIG_LOCAL_SUFFIX set in $ENV{} doesn't + cause the tests to break. + +0.23 Sat Apr 18 2009 + - Update Data::Visitor + +0.22 Mon Jan 05 2009 - add a cookbook entry re: UTF-8 and Config::General (Octavian Rasnita) + - switch from NEXT to MRO::Compat 0.21 Mon Aug 11 2008 - add a cookbook entry for converting an existing config to