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