update Changes v0.06_01
Lukas Mai [Sun, 24 Jun 2012 12:27:47 +0000 (14:27 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index f1a9ea8..0d40f36 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Function-Parameters
 
+0.06_01 2012-06-24
+        - completely rework internals to generate optrees directly
+        - no more reparsing source
+        - simplify / fewer dependencies
+        - new feature: default arguments (on by default)
+        - new feature: strict argument count checks (off by default)
+                       enabled by "*_strict" variants of symbolic types
+
 0.06    2012-06-19
         - complete rewrite in XS
         - require perl 5.14+
index ca7acc0..bce63ad 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.06';
+       our $VERSION = '0.06_01';
        XSLoader::load;
 }