X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Context.git;a=blobdiff_plain;f=Changes;h=64e16b7a522da2ddc14461b34e8c3db5333e45f1;hp=337e7d525c50d1429cd51df421e729f2c87afd76;hb=HEAD;hpb=5f3cef3d15ccb259c825b2c1a13369c7aabf8de9 diff --git a/Changes b/Changes index 337e7d5..64e16b7 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,19 @@ Revision history for Scope-Context +0.03 2015-03-17 14:15 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.02 can skip this update. + + Doc : More POD tweaks and clarifications. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + +0.02 2013-02-08 16:45 UTC + + Add : The methods yield(), package(), file(), line(), sub_name(), + sub_has_args(), gimme(), eval_text(), is_require(), hints_bits(), + warnings_bits() and hints_hash() were implemented. + + Chg : Scope::Upper 0.21 is now required. + + Doc : POD tweaks and clarifications. + + Tst : Author tests overhaul. + 0.01 2011-10-11 13:10 UTC First version, released on an unsuspecting world.