X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=771c22e71a74d45517c90372f7e9a7daf26e1d20;hb=91932481de315250b46c30c8251490ed822ed40d;hp=93ec114b01c278e119f8db73eab65d091402e204;hpb=db973b1268853452f82bd5e2daa220cdac7ecb8f;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/Changes b/Changes index 93ec114..771c22e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Variable-Magic +0.20 2008-09-20 23:35 UTC + + Fix : The module is now thread safe. You can test if it had been + built with thread safety features enabled through the + VMG_THREADSAFE constant. + + Fix : Correct backtrace when wizard() croaks. + + Fix : 'cast $a, undef' should throw an 'invalid wizard' error instead + of an 'invalid signature'. + 0.19 2008-07-05 15:05 UTC + Add : The patchlevel with which the module has been built is now exported with the VMG_PERL_PATCHLEVEL constant.