remove useless "use Carp", squash warning in test suite.
[p5sagit/Config-Any.git] / Changes
diff --git a/Changes b/Changes
index 68d612f..a567196 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Config-Any
 
+0.20 TO BE RELEASED
+    - enable -ForceArray option by default for Config::General (caelum)
+
 0.19 Mon 15 Feb 2010
     - add JSON::DWIW to the top of the JSON loaders list (caelum)
     - remove need for caching in Perl loader by using do() instead