version 1.0201 v1.0201
Lukas Mai [Tue, 13 Aug 2013 09:39:20 +0000 (11:39 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index bb34ece..56ffb5e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Function-Parameters
 
+1.0201  2013-08-13
+        - custom (per-keyword) type reification
+        - actually use documented defaults for custom keywords
+
 1.0104  2013-06-16
         - support unicode in custom keywords
         - actually validate default attributes
index 99aef48..0f89fc2 100644 (file)
@@ -7,7 +7,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '1.0104';
+       our $VERSION = '1.0201';
        XSLoader::load;
 }