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