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