]> git.vpit.fr Git - perl/modules/Variable-Temp.git/blobdiff - Changes
This is 0.02
[perl/modules/Variable-Temp.git] / Changes
diff --git a/Changes b/Changes
index 80f4cab6c8d4f46767c7f80af81b11ed00666191..c11a2e5810f32043276720d613c8a24d9a157c19 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Variable-Temp
 
+0.02    2015-04-01 22:55 UTC
+        + Add : temp() can now be applied to arrays and hashes.
+        + Add : The new set_temp() function is a non-lvalue alternative to
+                temp(). In particular, it can be used on perl 5.12.x and
+                below.
+        + Fix : 'temp $var;' now correctly sets $var to undef.
+        + Fix : The tests now pass correctly on perl 5.12.x and below.
+
 0.01    2015-03-09 13:55 UTC
         First version, released on an unsuspecting world.