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