Version 0.20. 0.20
Florian Ragwitz [Thu, 4 Feb 2010 01:54:24 +0000 (02:54 +0100)]
Changes
lib/MooseX/Types/Structured.pm

diff --git a/Changes b/Changes
index 0f4e8b6..ddaece2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for MooseX-Types-Structured
 
+0.20   04 February 2010
+        - Add a new Map type. (Ricardo SIGNES)
+        - Properly handle Optional[] types within Tuples and Dicts.
+          (Florian Ragwitz)
+
 0.19   06 November 2009
         - Require Devel::PartialDump 0.10 and change tests to expect the
           correct format of error.
index ecea251..2303f17 100644 (file)
@@ -11,7 +11,7 @@ use Sub::Exporter -setup => [ qw(Dict Map Tuple Optional slurpy) ];
 use Devel::PartialDump;
 use Scalar::Util qw(blessed);
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 our $AUTHORITY = 'cpan:JJNAPIORK';
 
 =head1 NAME