X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=0962414d3efa71b9c765f01c74435b1f3711ab43;hb=3421d9c27e5a12656326ac9dd6c0dd9451b793ac;hp=6bfd1ec09ed0a0e290286f122c1b4e3e982bbf7d;hpb=6ac742987c64a78bf01e9c95085c397d32f60719;p=gitmo%2FMooseX-Getopt.git diff --git a/ChangeLog b/ChangeLog index 6bfd1ec..0962414 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Revision history for Perl extension MooseX-Getopt +0.25 Thu. Nov 26 2009 + * MooseX::Getopt + - Split out the warnings and the exception from Getopt so that they can be + overridden. + - Split out calling ->die on Getopt::Long::Descriptive::Usage so that + it can be overridden. + - Properly split roles as promised in 0.22. + 0.24 Fri. Oct 23 2009 * MooseX::Getopt - Fix bug with mixed case attribute names (MAROS)