update copyright
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
407b3a58 3 - Fix warning in test suite in Perl 5.16
4
f07824b7 50.004100 2012-03-29
e7b18282 6 - Log::Contextual::WarnLogger now supports customized log levels via the
7 'levels' constructor argument (Karen Etheridge)
8
98ece8f1 90.004001 2011-08-15
10 - Fix version of Exporter::Declare that we dep on
11
4b4da8a3 120.004000 2011-08-06
e36f2183 13 - Support Log::Contextual subclasses for default import options
5fd26f45 14 - Allow custom log levels
15
a995bf53 160.00305 2011-07-27
0502df63 17 - Fix regression that caused D* subs to dumper even if the log level was off
18
6d77ba42 190.00304 2010-07-31
20 - Add $package_UPTO environment variable for WarnLogger
21
e4ca04fd 220.00303 2010-07-10
23 - Fix broken Log::Log4perl test
24
6114e392 250.00302 2010-07-08
26 - Add Log::Contextual::TeeLogger
27 - Add levels_upto (RT58558)
b144ba01 28 - Use Log::Log4perl 1.29 to clean up caller stuff
29
6114e392 300.00301 2010-07-08
31 [deleted due to missing the TeeLogger]
32
e2b4b29c 330.00300 2010-06-03
34 - Add -package_logger import option
35
d11de6ae 360.00202 2010-05-23
37 - Fix a bug that caused Dlog and friends not to work with a default
38
eab992c0 390.00201 2010-03-04
40 - I left a needed file for testing out of the MANIFEST; fixing :-/
41
8a63d9d2 420.00200 2010-03-03
43 - add example for Log::Dispatchouli since it works nicely now
70a05830 44 - make Log::Log4perl work out of the box
17b0e676 45 - Added WarnLogger for libraries
050eeb8e 46 - Warn if set_logger is called more than once
47 - Fix tiny POD errors
48
1b3aa6c8 490.00101 2010-02-21
50 - Fix tests to not need use lib (incorrect test failures)
51
29410fe4 520.00100 2010-02-20
1c399f46 53 - initial release