]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blobdiff - Changes
This is 0.06
[perl/modules/Scalar-Vec-Util.git] / Changes
diff --git a/Changes b/Changes
index dcd2e95a1a03f35799c7178a7c252d1576232bdd..3bf0dfca03ccb65d6a83545db624cea7c5dc56fe 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Scalar-Vec-Util
 
+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.