support for _get_default_configfile - RT#79746
[gitmo/MooseX-ConfigFromFile.git] / ChangeLog
index d9b4e27..9d16329 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 Revision history for Perl extension MooseX::ConfigFromFile
 
-{{$NEXT}}
+0.05
+    - new _get_default_configfile method added, which consumers can override
+    to provide a default value without having to redefine the attribute itself
+    (via RT#79746)
+
+0.04 - Dec 17, 2011
     - Call the configfile attribute default sub if it is a sub, not just a
       string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)