* Handling with Getopt parser implemented as strategy pattern.
[gitmo/MooseX-Getopt.git] / ChangeLog
index 7477c6f..96b8290 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,13 @@ Revision history for Perl extension MooseX-Getopt
         * MooseX::Getopt
           - Use Moose's throw_error() method. (dexter)
 
+        * MooseX::Getopt
+        * MooseX::Getopt::Parser
+        * MooseX::Getopt::Parser::Long
+        * MooseX::Getopt::Parser::Descriptive
+          - Handling with Getopt parser implemented as strategy pattern.
+            (dexter)
+
 0.15 Sat. July 26 2008
        * MooseX::Getopt::OptionTypeMap
          - Accept type constraint objects in the type mapping, not just names