version bump v0.08
Lukas Mai [Wed, 18 Jul 2012 22:43:31 +0000 (00:43 +0200)]
Changes
lib/Function/Parameters.pm

diff --git a/Changes b/Changes
index b729882..c5c40f6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Function-Parameters
 
+0.08    2012-07-19
+        - support UTF-8 in function/parameter names
+        - better detection of invalid prototypes
+
 0.07    2012-06-25
         - completely rework internals to generate optrees directly
           (no more generating/reparsing source)
index 6ac86dd..b01fbc9 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.07';
+       our $VERSION = '0.08';
        XSLoader::load;
 }