* MooseX::Getopt: New method get_options_from_argv.
[gitmo/MooseX-Getopt.git] / ChangeLog
index 96b8290..d9976f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,15 +2,27 @@ Revision history for Perl extension MooseX-Getopt
 
 0.150001 ???
         * MooseX::Getopt
+        * MooseX::Getopt::OptionTypeMap
           - Use Moose's throw_error() method. (dexter)
 
         * MooseX::Getopt
+          - New method get_options_from_argv. (dexter)
+
+        * MooseX::Getopt
+        * MooseX::Getopt::Session
+          - MooseX::Getopt can start new Getopt session or get it as parameter
+            (dexter)
+
         * MooseX::Getopt::Parser
+        * MooseX::Getopt::Parser::Default
         * MooseX::Getopt::Parser::Long
         * MooseX::Getopt::Parser::Descriptive
-          - Handling with Getopt parser implemented as strategy pattern.
+          - Getopt parser is pluggined.
             (dexter)
 
+        * TODO:
+          - MooseX::ConfigFromFile should be restored?
+
 0.15 Sat. July 26 2008
        * MooseX::Getopt::OptionTypeMap
          - Accept type constraint objects in the type mapping, not just names