depend on Module::Pluggable::Object directly instead of assuming it is bundled with...
[p5sagit/Config-Any.git] / Changes
diff --git a/Changes b/Changes
index 6f433d8..22464e7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Config-Any
 
+0.26 2015-04-29
+    - fix error reporting from code applied in 0.25 (RT #104079)
+
+0.25 2015-04-23
+    - do not clobber $@ (RT #103061)
+
+0.24 2013-09-10
+    - remove 4-year-old warning about YAML::XS not being installed
+    - add JSON::PP to list of available JSON parsers (RT #86959)
+
 0.23 2011-07-13
     - fix test suite's method of checking availability of plugins