]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Scalar-Vec-Util.git] / Changes
diff --git a/Changes b/Changes
index 86b2bc483f68d0c445c6bacbd49421a457c5f596..a6604a57d0afcfc0dabc6c658116a14fbef505ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,33 @@
 Revision history for Scalar-Vec-Util
 
+0.08    2013-09-02 13:05 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.07 can skip this update.
+        + Doc : Miscellaneous POD tweaks.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+        + Upd : Package metadata overhaul.
+
+0.07    2012-09-24 23:50 UTC
+        + Chg : Arguments to vcopy() and veq() are now upgraded to strings if
+                necessary.
+        + Doc : C++ compilers are officially NOT supported.
+        + Fix : vcopy() and veq() will now work properly if the source and/or
+                the target areas are out of the bounds of the given scalars.
+        + Tst : Test::Leaner is used to run lengthy tests.
+        + Tst : Author tests overhaul.
+
+0.06    2009-05-17 19:20 UTC
+        + Add : The vshift() and vrot() functions.
+        + Chg : All functions now have prototypes.
+        + Chg : undef is no longer an invalid argument to the functions, but
+                offsets and lengths are now checked to be positive.
+        + Fix : Erroneous edge cases when copying bits in place.
+        + Upd : META.yml spec to 1.4.
+
+0.05    2008-06-03 11:40 UTC
+        + Fix : make cover choked on t/02-pp.t.
+
 0.04    2008-06-02 20:40 UTC
         + Doc : More benchmarks.
         + Fix : t/02-pp.t failed when the tested version was already installed.