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