convert from Path::Class to Path::Tiny
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
index 003ee5e..75a5874 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
+    - 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).
+
 0.05 - 2013-02-03 (Karen Etheridge)
     - documentation corrected to demostrate how to properly override the
     configfile method to provide a default from the consuming class, without