]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Changes
This is 0.08
[perl/modules/re-engine-Plugin.git] / Changes
diff --git a/Changes b/Changes
index d72082c0314d5b8fdf1fbb451c594493f934cfd5..5fe0225bcd906992643148d42001135070ec9e20 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,19 @@
+0.08    2009-08-29 16:55 UTC - Vincent Pit
+        + Add : The new ->callbacks method to the regexp object let you specify
+                the 'exec' callback on an individual basis.
+        + Chg : Perl 5.10 is now required (instead of 5.9.5).
+        + Fix : The pragma was leaking into required scopes on 5.10.0.
+        + Fix : If you specified a different re::engine::Plugin between the
+                compilation and the execution of a regular expression, the
+                'exec' callback invoked used to be the one for the second
+                engine. Worse, if the original engine wasn't in scope at the
+                time of execution, nothing happened. This is now fixed.
+        + Fix : The reference count of the callbacks stored wasn't properly
+                decremented.
+        + Fix : Incomplete MANIFEST.
+        + Tst : Subdirectories are now ordered.
+        + Tst : Author tests.
+
 0.07    2009-08-23 09:30 UTC - Vincent Pit
         + Fix : [perl #38684]: test failures in t/method/mod.t
         + Fix : Building with blead.