Fix RT#83267
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
249b9eb6 3 - Fix RT#83267 (Tyler Riddle)
4
8ccaf9fb 50.005001 2013-02-07
6 - No changes from previous dev release
7
5a5addac 80.005000_03 2013-01-16
e06303cd 9 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
10
a00f2691 110.005000_02 2013-01-15
7932182d 12 - add missing changelog entry (derp)
13
140.005000_01 2013-01-11
15 - significant changes in the way Log::Contexual works, but the upshot of it is
16 that Log::Contextual is now much less global than before, and applications
17 using Log::Contextual can guard against modules using set_logger (or
18 something like that) and changing their logger. See the new
19 Log::Contextual::Role::Router for more information
20
e06303cd 210.004300 2012-10-03
22 - add a way to set default import tags
23
0c180ced 240.004202 2012-08-04
37a8266a 25 - correct the caller_level passed into coderef, and document "both" uses of
26 caller_level
27
f8f288df 280.004201 2012-07-21
39cd2f65 29 - The smallest pod fix ever
30
8c2deb06 310.004200 2012-07-20
27141a7a 32 - Improve information passed to logger coderef
30d7027a 33 - Significant doc improvements
407b3a58 34 - Fix warning in test suite in Perl 5.16
35
f07824b7 360.004100 2012-03-29
e7b18282 37 - Log::Contextual::WarnLogger now supports customized log levels via the
38 'levels' constructor argument (Karen Etheridge)
39
98ece8f1 400.004001 2011-08-15
41 - Fix version of Exporter::Declare that we dep on
42
4b4da8a3 430.004000 2011-08-06
e36f2183 44 - Support Log::Contextual subclasses for default import options
5fd26f45 45 - Allow custom log levels
46
a995bf53 470.00305 2011-07-27
0502df63 48 - Fix regression that caused D* subs to dumper even if the log level was off
49
6d77ba42 500.00304 2010-07-31
51 - Add $package_UPTO environment variable for WarnLogger
52
e4ca04fd 530.00303 2010-07-10
54 - Fix broken Log::Log4perl test
55
6114e392 560.00302 2010-07-08
57 - Add Log::Contextual::TeeLogger
58 - Add levels_upto (RT58558)
b144ba01 59 - Use Log::Log4perl 1.29 to clean up caller stuff
60
6114e392 610.00301 2010-07-08
62 [deleted due to missing the TeeLogger]
63
e2b4b29c 640.00300 2010-06-03
65 - Add -package_logger import option
66
d11de6ae 670.00202 2010-05-23
68 - Fix a bug that caused Dlog and friends not to work with a default
69
eab992c0 700.00201 2010-03-04
71 - I left a needed file for testing out of the MANIFEST; fixing :-/
72
8a63d9d2 730.00200 2010-03-03
74 - add example for Log::Dispatchouli since it works nicely now
70a05830 75 - make Log::Log4perl work out of the box
17b0e676 76 - Added WarnLogger for libraries
050eeb8e 77 - Warn if set_logger is called more than once
78 - Fix tiny POD errors
79
1b3aa6c8 800.00101 2010-02-21
81 - Fix tests to not need use lib (incorrect test failures)
82
29410fe4 830.00100 2010-02-20
1c399f46 84 - initial release