X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=c37d46a752e90d3054d02fa93032cbf164c6f768;hb=ace906d7e76ed647adbd1ab1243ac9bdbde9b1d5;hp=60eb5485c05371766b3b605a42f187b455009ac3;hpb=6c0a2afbec3921761d384fdebacba3f0407cb721;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 60eb548..c37d46a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Variable-Magic +0.40 2010-01-06 23:20 UTC + + Fix : Possible memory miswrites when passing data arguments to cast(). + + Fix : Minor C portability tweaks. + 0.39 2009-12-01 00:05 UTC + Add : You can use a function name as a callback by passing a string reference to wizard() instead of a code reference.