release 0.004200
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
8c2deb06 30.004200 2012-07-20
27141a7a 4 - Improve information passed to logger coderef
30d7027a 5 - Significant doc improvements
407b3a58 6 - Fix warning in test suite in Perl 5.16
7
f07824b7 80.004100 2012-03-29
e7b18282 9 - Log::Contextual::WarnLogger now supports customized log levels via the
10 'levels' constructor argument (Karen Etheridge)
11
98ece8f1 120.004001 2011-08-15
13 - Fix version of Exporter::Declare that we dep on
14
4b4da8a3 150.004000 2011-08-06
e36f2183 16 - Support Log::Contextual subclasses for default import options
5fd26f45 17 - Allow custom log levels
18
a995bf53 190.00305 2011-07-27
0502df63 20 - Fix regression that caused D* subs to dumper even if the log level was off
21
6d77ba42 220.00304 2010-07-31
23 - Add $package_UPTO environment variable for WarnLogger
24
e4ca04fd 250.00303 2010-07-10
26 - Fix broken Log::Log4perl test
27
6114e392 280.00302 2010-07-08
29 - Add Log::Contextual::TeeLogger
30 - Add levels_upto (RT58558)
b144ba01 31 - Use Log::Log4perl 1.29 to clean up caller stuff
32
6114e392 330.00301 2010-07-08
34 [deleted due to missing the TeeLogger]
35
e2b4b29c 360.00300 2010-06-03
37 - Add -package_logger import option
38
d11de6ae 390.00202 2010-05-23
40 - Fix a bug that caused Dlog and friends not to work with a default
41
eab992c0 420.00201 2010-03-04
43 - I left a needed file for testing out of the MANIFEST; fixing :-/
44
8a63d9d2 450.00200 2010-03-03
46 - add example for Log::Dispatchouli since it works nicely now
70a05830 47 - make Log::Log4perl work out of the box
17b0e676 48 - Added WarnLogger for libraries
050eeb8e 49 - Warn if set_logger is called more than once
50 - Fix tiny POD errors
51
1b3aa6c8 520.00101 2010-02-21
53 - Fix tests to not need use lib (incorrect test failures)
54
29410fe4 550.00100 2010-02-20
1c399f46 56 - initial release