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