X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=37addc3f92387dad69c02776b8c22f653965f7df;hb=e7b182828c58ebc7f661fc7cd99e96bc69922228;hp=9db714a2a975e95541a4f6a6f0dde78180adc8a1;hpb=17b0e676a6fb161f4de3429417936e88ad58df76;p=p5sagit%2FLog-Contextual.git diff --git a/Changes b/Changes index 9db714a..37addc3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,44 @@ ChangeLog for Log-Contextual + - 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 + +0.00202 2010-05-23 + - Fix a bug that caused Dlog and friends not to work with a default + +0.00201 2010-03-04 + - I left a needed file for testing out of the MANIFEST; fixing :-/ + +0.00200 2010-03-03 + - add example for Log::Dispatchouli since it works nicely now + - make Log::Log4perl work out of the box - Added WarnLogger for libraries - Warn if set_logger is called more than once - Fix tiny POD errors