X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=blobdiff_plain;f=Changes;h=150f2f53f162b2a1a7d72adc353fb40e99b7a8d9;hp=d0289048d738bec175d2e2d7e650d6da06dfc8e3;hb=50984c4a3e39b187b5b52ceeba826bc819d23564;hpb=abd480ecd0ecf811f442448f74cf0afaa7997a77 diff --git a/Changes b/Changes index d028904..150f2f5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ Revision history for Sub-Op +0.02 2010-01-08 21:40 UTC + + Chg : INCOMPATIBLE CHANGE : The "len" member of the sub_op_config_t + struct was renamed to "namelen". + + Fix : Handle existing prototyped subs and constants. + + Fix : Less symbols and packages should be vivified under B::. + + Tst : Test monkeypatching of B::OP and B::Deparse. + + Upd : Bump Variable::Magic dependency to 0.40. + 0.01 2010-01-02 21:10 UTC First version, released on an unsuspecting world.