X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=341f151589fa152e7d92c957535e7c6bf8d841dc;hb=7932182d9e834ea6d7573d25bccc0fc8e390ed12;hp=0f24843c7cada0846bc07408500e5efe9b002442;hpb=e2b4b29c1123bf4c757bde976178694c0f90a46c;p=p5sagit%2FLog-Contextual.git diff --git a/Changes b/Changes index 0f24843..341f151 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,54 @@ ChangeLog for Log-Contextual + - add missing changelog entry (derp) + +0.005000_01 2013-01-11 + - significant changes in the way Log::Contexual works, but the upshot of it is + that Log::Contextual is now much less global than before, and applications + using Log::Contextual can guard against modules using set_logger (or + something like that) and changing their logger. See the new + Log::Contextual::Role::Router for more information + +0.004202 2012-08-04 + - correct the caller_level passed into coderef, and document "both" uses of + caller_level + +0.004201 2012-07-21 + - The smallest pod fix ever + +0.004200 2012-07-20 + - Improve information passed to logger coderef + - Significant doc improvements + - Fix warning in test suite in Perl 5.16 + +0.004100 2012-03-29 + - Log::Contextual::WarnLogger now supports customized log levels via the + 'levels' constructor argument (Karen Etheridge) + +0.004001 2011-08-15 + - Fix version of Exporter::Declare that we dep on + +0.004000 2011-08-06 + - Support Log::Contextual subclasses for default import options + - Allow custom log levels + +0.00305 2011-07-27 + - Fix regression that caused D* subs to dumper even if the log level was off + +0.00304 2010-07-31 + - Add $package_UPTO environment variable for WarnLogger + +0.00303 2010-07-10 + - Fix broken Log::Log4perl test + +0.00302 2010-07-08 + - Add Log::Contextual::TeeLogger + - Add levels_upto (RT58558) + - Use Log::Log4perl 1.29 to clean up caller stuff + +0.00301 2010-07-08 + [deleted due to missing the TeeLogger] + 0.00300 2010-06-03 - Add -package_logger import option