release 0.006000
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
f016f64a 1Revision history for Log-Contextual
1c399f46 2
f61bcdd6 30.006000 2013-09-05
afbb27d5 4 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
92dc8d35 5 - Add Log::Contextual::Easy::Package for more different simple LC usage
436c4b82 6
7e2b8380 70.005005 2013-08-08
a850bd96 8 - Fix minimum version of Exporter::Declare
9
a6f4595d 100.005004 2013-08-08
c8bf0a6c 11 - Dep on a newer version of Moo for multiple role composition
12
29924c5e 130.005003 2013-03-21
31285520 14 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
15 Log::Contextual::with_logger() (aka internals that don't work anymore)
16 directly
17
c05ed799 180.005002 2013-02-14 (♥)
249b9eb6 19 - Fix RT#83267 (Tyler Riddle)
20
8ccaf9fb 210.005001 2013-02-07
22 - No changes from previous dev release
23
5a5addac 240.005000_03 2013-01-16
e06303cd 25 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
26
a00f2691 270.005000_02 2013-01-15
7932182d 28 - add missing changelog entry (derp)
29
300.005000_01 2013-01-11
31 - significant changes in the way Log::Contexual works, but the upshot of it is
32 that Log::Contextual is now much less global than before, and applications
33 using Log::Contextual can guard against modules using set_logger (or
34 something like that) and changing their logger. See the new
35 Log::Contextual::Role::Router for more information
36
e06303cd 370.004300 2012-10-03
38 - add a way to set default import tags
39
0c180ced 400.004202 2012-08-04
37a8266a 41 - correct the caller_level passed into coderef, and document "both" uses of
42 caller_level
43
f8f288df 440.004201 2012-07-21
39cd2f65 45 - The smallest pod fix ever
46
8c2deb06 470.004200 2012-07-20
27141a7a 48 - Improve information passed to logger coderef
30d7027a 49 - Significant doc improvements
407b3a58 50 - Fix warning in test suite in Perl 5.16
51
f07824b7 520.004100 2012-03-29
e7b18282 53 - Log::Contextual::WarnLogger now supports customized log levels via the
54 'levels' constructor argument (Karen Etheridge)
55
98ece8f1 560.004001 2011-08-15
57 - Fix version of Exporter::Declare that we dep on
58
4b4da8a3 590.004000 2011-08-06
e36f2183 60 - Support Log::Contextual subclasses for default import options
5fd26f45 61 - Allow custom log levels
62
a995bf53 630.00305 2011-07-27
0502df63 64 - Fix regression that caused D* subs to dumper even if the log level was off
65
6d77ba42 660.00304 2010-07-31
67 - Add $package_UPTO environment variable for WarnLogger
68
e4ca04fd 690.00303 2010-07-10
70 - Fix broken Log::Log4perl test
71
6114e392 720.00302 2010-07-08
73 - Add Log::Contextual::TeeLogger
74 - Add levels_upto (RT58558)
b144ba01 75 - Use Log::Log4perl 1.29 to clean up caller stuff
76
6114e392 770.00301 2010-07-08
78 [deleted due to missing the TeeLogger]
79
e2b4b29c 800.00300 2010-06-03
81 - Add -package_logger import option
82
d11de6ae 830.00202 2010-05-23
84 - Fix a bug that caused Dlog and friends not to work with a default
85
eab992c0 860.00201 2010-03-04
87 - I left a needed file for testing out of the MANIFEST; fixing :-/
88
8a63d9d2 890.00200 2010-03-03
90 - add example for Log::Dispatchouli since it works nicely now
70a05830 91 - make Log::Log4perl work out of the box
17b0e676 92 - Added WarnLogger for libraries
050eeb8e 93 - Warn if set_logger is called more than once
94 - Fix tiny POD errors
95
1b3aa6c8 960.00101 2010-02-21
97 - Fix tests to not need use lib (incorrect test failures)
98
29410fe4 990.00100 2010-02-20
1c399f46 100 - initial release