Release 0.004100
[p5sagit/Log-Contextual.git] / Changes
1 ChangeLog for Log-Contextual
2
3 0.004100 2012-03-29
4   - Log::Contextual::WarnLogger now supports customized log levels via the
5     'levels' constructor argument (Karen Etheridge)
6
7 0.004001 2011-08-15
8   - Fix version of Exporter::Declare that we dep on
9
10 0.004000 2011-08-06
11   - Support Log::Contextual subclasses for default import options
12   - Allow custom log levels
13
14 0.00305 2011-07-27
15   - Fix regression that caused D* subs to dumper even if the log level was off
16
17 0.00304 2010-07-31
18   - Add $package_UPTO environment variable for WarnLogger
19
20 0.00303 2010-07-10
21   - Fix broken Log::Log4perl test
22
23 0.00302 2010-07-08
24   - Add Log::Contextual::TeeLogger
25   - Add levels_upto (RT58558)
26   - Use Log::Log4perl 1.29 to clean up caller stuff
27
28 0.00301 2010-07-08
29   [deleted due to missing the TeeLogger]
30
31 0.00300 2010-06-03
32   - Add -package_logger import option
33
34 0.00202 2010-05-23
35   - Fix a bug that caused Dlog and friends not to work with a default
36
37 0.00201 2010-03-04
38   - I left a needed file for testing out of the MANIFEST; fixing :-/
39
40 0.00200 2010-03-03
41   - add example for Log::Dispatchouli since it works nicely now
42   - make Log::Log4perl work out of the box
43   - Added WarnLogger for libraries
44   - Warn if set_logger is called more than once
45   - Fix tiny POD errors
46
47 0.00101 2010-02-21
48   - Fix tests to not need use lib (incorrect test failures)
49
50 0.00100 2010-02-20
51   - initial release