fix t/64-extfail.t to pass when t/lib is in @INC
[p5sagit/Config-Any.git] / Changes
diff --git a/Changes b/Changes
index b507bd7..42555ba 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,17 @@
 Revision history for Config-Any
 
-0.18 XXX
+0.21 TO BE RELEASED
+    - fix t/64-extfail.t to pass when t/lib is in @INC
+
+0.20 Fri 06 Aug 2010
+    - 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
+      of require() (caelum)
+
+0.18 Mon 16 Nov 2009
     - ensure XML loader's _coerce() method checks specifically for HASH refs
     - add YAML::XS to the top of the YAML loaders list