version bump v0.10
Lukas Mai [Sun, 21 Oct 2012 17:42:56 +0000 (19:42 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index 9a2172e..f188526 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Function-Parameters
 
+0.10    2012-10-21
+        - add ':strict' import target
+        - support $invocant: parameter syntax
+
 0.09    2012-10-14
         - fix wrong line number for statement immediately following a function
 
index f601efd..2e2f580 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.09';
+       our $VERSION = '0.10';
        XSLoader::load;
 }