removed timestamp from Changelog; added additional test to swallow stderr output...
[gitmo/MooseX-Getopt.git] / ChangeLog
index c70d02b..15ac206 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 Revision history for Perl extension MooseX-Getopt
 
+  * MooseX::Getopt::Basic
+    - Disable auto_help config in Getopt::Long, to avoid calling into
+    pod2usage when the --help option is used while MooseX::ConfigFromFile
+    is in use (the intent is just to fetch the value of the configfile
+    option).  (RT#57683) (Karen Etheridge)
+
+0.29 Tue. Jun 15 2010
+  * Fix repository metadata. Thanks Robert Bohne for noticing!
+
 0.28 Sat. Jun 05 2010
   * MooseX::Getopt::Strict
     - Make it work with Getopt attribute traits in addition to