X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Temp.git;a=blobdiff_plain;f=Changes;fp=Changes;h=c11a2e5810f32043276720d613c8a24d9a157c19;hp=80f4cab6c8d4f46767c7f80af81b11ed00666191;hb=534cf1851c05562fd6f604e8f788a0e58a4ede24;hpb=94ab589e95cb92b6c1d276ee424914398ecbe698 diff --git a/Changes b/Changes index 80f4cab..c11a2e5 100644 --- 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.