MooseX::Getopt::Dashes: Document how ::Dashes interacts with the cmd_flag argument
[gitmo/MooseX-Getopt.git] / ChangeLog
index c638065..4a8f154 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,8 @@
 Revision history for Perl extension MooseX-Getopt
 
-0.27
-  * Test suite:
-    - Add t/011_version_options.t for testing if -v/--version/-V are handled
-      correctly
+  * MooseX::Getopt::Dashes
+   - Document that using a cmd_flag argument to attributes can be used to
+     override the tr/_/-/ replacement ::Dashes does on attribute names
 
 0.26 Thu. Dec 10 2009
   * MooseX::Getopt::Basic