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