changelog
[p5sagit/Config-Any.git] / Changes
diff --git a/Changes b/Changes
index e5e019e..d5f8bd6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Config-Any
 
+    - don't use YAML::Syck on perl 5.8.8 or below, where it is broken
+    - ensure tarball does not contain SCHILY headers
+
+0.29 - 2017-02-27
+    - allow loading relative perl files even under taint mode (RT#120371)
+    - throw errors when attempting to load perl files that do not exist
+
 0.28 - 2017-02-21
     - support Cpanel::JSON::XS and JSON::MaybeXS for loading JSON
     - decode UTF-8 config files properly