release v0.005003
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
29924c5e 30.005003 2013-03-21
31285520 4 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
5 Log::Contextual::with_logger() (aka internals that don't work anymore)
6 directly
7
c05ed799 80.005002 2013-02-14 (♥)
249b9eb6 9 - Fix RT#83267 (Tyler Riddle)
10
8ccaf9fb 110.005001 2013-02-07
12 - No changes from previous dev release
13
5a5addac 140.005000_03 2013-01-16
e06303cd 15 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
16
a00f2691 170.005000_02 2013-01-15
7932182d 18 - add missing changelog entry (derp)
19
200.005000_01 2013-01-11
21 - significant changes in the way Log::Contexual works, but the upshot of it is
22 that Log::Contextual is now much less global than before, and applications
23 using Log::Contextual can guard against modules using set_logger (or
24 something like that) and changing their logger. See the new
25 Log::Contextual::Role::Router for more information
26
e06303cd 270.004300 2012-10-03
28 - add a way to set default import tags
29
0c180ced 300.004202 2012-08-04
37a8266a 31 - correct the caller_level passed into coderef, and document "both" uses of
32 caller_level
33
f8f288df 340.004201 2012-07-21
39cd2f65 35 - The smallest pod fix ever
36
8c2deb06 370.004200 2012-07-20
27141a7a 38 - Improve information passed to logger coderef
30d7027a 39 - Significant doc improvements
407b3a58 40 - Fix warning in test suite in Perl 5.16
41
f07824b7 420.004100 2012-03-29
e7b18282 43 - Log::Contextual::WarnLogger now supports customized log levels via the
44 'levels' constructor argument (Karen Etheridge)
45
98ece8f1 460.004001 2011-08-15
47 - Fix version of Exporter::Declare that we dep on
48
4b4da8a3 490.004000 2011-08-06
e36f2183 50 - Support Log::Contextual subclasses for default import options
5fd26f45 51 - Allow custom log levels
52
a995bf53 530.00305 2011-07-27
0502df63 54 - Fix regression that caused D* subs to dumper even if the log level was off
55
6d77ba42 560.00304 2010-07-31
57 - Add $package_UPTO environment variable for WarnLogger
58
e4ca04fd 590.00303 2010-07-10
60 - Fix broken Log::Log4perl test
61
6114e392 620.00302 2010-07-08
63 - Add Log::Contextual::TeeLogger
64 - Add levels_upto (RT58558)
b144ba01 65 - Use Log::Log4perl 1.29 to clean up caller stuff
66
6114e392 670.00301 2010-07-08
68 [deleted due to missing the TeeLogger]
69
e2b4b29c 700.00300 2010-06-03
71 - Add -package_logger import option
72
d11de6ae 730.00202 2010-05-23
74 - Fix a bug that caused Dlog and friends not to work with a default
75
eab992c0 760.00201 2010-03-04
77 - I left a needed file for testing out of the MANIFEST; fixing :-/
78
8a63d9d2 790.00200 2010-03-03
80 - add example for Log::Dispatchouli since it works nicely now
70a05830 81 - make Log::Log4perl work out of the box
17b0e676 82 - Added WarnLogger for libraries
050eeb8e 83 - Warn if set_logger is called more than once
84 - Fix tiny POD errors
85
1b3aa6c8 860.00101 2010-02-21
87 - Fix tests to not need use lib (incorrect test failures)
88
29410fe4 890.00100 2010-02-20
1c399f46 90 - initial release