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