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