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