update .gitignore for dzil byproducts
[gitmo/MooseX-ConfigFromFile.git] / Changes
diff --git a/Changes b/Changes
index 980e335..0d5e5ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,17 @@
 Revision history for {{$dist->name}}
 
 {{$NEXT}}
+
+0.09      2013-02-11 09:35:50 PST-0800 (Karen Etheridge)
+          - removed prereqs which are only used for optional tests
+
+0.08      2013-02-09 16:24:27 PST-0800 (Karen Etheridge)
           - allow configfiles called "0"
+          - configfile value now passed through to new()
+          - 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) -- PLEASE READ THE DOCUMENTATION
+            if you override the configfile attribute!
 
 0.07      2013-02-04 (Karen Etheridge)
           - fixed tests to not load optional dependencies