X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=90a0e6922cb6bf7a8c13863538fcfd7fc5fe7dc5;hb=e969ec4cc563f70e92f4428bfc01528de9b8ceb9;hp=27412c93480eabc99f21640028472de7c52d2292;hpb=e291e59267c1f2c400cce6aa9006293ef06fa375;p=perl%2Fmodules%2FLexical-Types.git diff --git a/Changes b/Changes index 27412c9..90a0e69 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,19 @@ Revision history for Lexical-Types +0.04 2009-03-07 15:45 UTC + + Chg : Some implementation of pointer table is now used internally. + This should make thread safety more robust. + + Doc : Cleanups. + + Tst : Using Lexical::Types inside the 'as' callback. + + Tst : Thread safety. + +0.03 2009-03-05 21:15 UTC + + Doc : Discuss about using constants for types. + + Fix : The PL_ppaddr[OP_PADSV] localization logic was refined so that + it is kinder to other modules that replace it. + + Tst : "my Str ($x, $y)" and "for my Str $x ()" constructs + + Tst : uvar magic, magical tags. + 0.02 2009-02-25 16:10 UTC + Add : Returning an empty list from the mangler skips the wrapping of the current typed lexical declaration.