handle configfile values of "0"
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
index 75a5874..395d779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
+    - allow configfiles called "0"
+
+0.07 - 2013-02-04 (Karen Etheridge)
+    - fixed tests to not load optional dependencies
+
+0.06 - 2013-02-03 (Karen Etheridge)
     - the configfile attribute is now a Path::Tiny, not a Path::Class
     (coercions from strings are still supported, and now also from any other
     type that has a string coercion).