ChangeLog?
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
f016f64a 1Revision history for Log-Contextual
1c399f46 2
c8bf0a6c 3 - Dep on a newer version of Moo for multiple role composition
4
29924c5e 50.005003 2013-03-21
31285520 6 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
7 Log::Contextual::with_logger() (aka internals that don't work anymore)
8 directly
9
c05ed799 100.005002 2013-02-14 (♥)
249b9eb6 11 - Fix RT#83267 (Tyler Riddle)
12
8ccaf9fb 130.005001 2013-02-07
14 - No changes from previous dev release
15
5a5addac 160.005000_03 2013-01-16
e06303cd 17 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
18
a00f2691 190.005000_02 2013-01-15
7932182d 20 - add missing changelog entry (derp)
21
220.005000_01 2013-01-11
23 - significant changes in the way Log::Contexual works, but the upshot of it is
24 that Log::Contextual is now much less global than before, and applications
25 using Log::Contextual can guard against modules using set_logger (or
26 something like that) and changing their logger. See the new
27 Log::Contextual::Role::Router for more information
28
e06303cd 290.004300 2012-10-03
30 - add a way to set default import tags
31
0c180ced 320.004202 2012-08-04
37a8266a 33 - correct the caller_level passed into coderef, and document "both" uses of
34 caller_level
35
f8f288df 360.004201 2012-07-21
39cd2f65 37 - The smallest pod fix ever
38
8c2deb06 390.004200 2012-07-20
27141a7a 40 - Improve information passed to logger coderef
30d7027a 41 - Significant doc improvements
407b3a58 42 - Fix warning in test suite in Perl 5.16
43
f07824b7 440.004100 2012-03-29
e7b18282 45 - Log::Contextual::WarnLogger now supports customized log levels via the
46 'levels' constructor argument (Karen Etheridge)
47
98ece8f1 480.004001 2011-08-15
49 - Fix version of Exporter::Declare that we dep on
50
4b4da8a3 510.004000 2011-08-06
e36f2183 52 - Support Log::Contextual subclasses for default import options
5fd26f45 53 - Allow custom log levels
54
a995bf53 550.00305 2011-07-27
0502df63 56 - Fix regression that caused D* subs to dumper even if the log level was off
57
6d77ba42 580.00304 2010-07-31
59 - Add $package_UPTO environment variable for WarnLogger
60
e4ca04fd 610.00303 2010-07-10
62 - Fix broken Log::Log4perl test
63
6114e392 640.00302 2010-07-08
65 - Add Log::Contextual::TeeLogger
66 - Add levels_upto (RT58558)
b144ba01 67 - Use Log::Log4perl 1.29 to clean up caller stuff
68
6114e392 690.00301 2010-07-08
70 [deleted due to missing the TeeLogger]
71
e2b4b29c 720.00300 2010-06-03
73 - Add -package_logger import option
74
d11de6ae 750.00202 2010-05-23
76 - Fix a bug that caused Dlog and friends not to work with a default
77
eab992c0 780.00201 2010-03-04
79 - I left a needed file for testing out of the MANIFEST; fixing :-/
80
8a63d9d2 810.00200 2010-03-03
82 - add example for Log::Dispatchouli since it works nicely now
70a05830 83 - make Log::Log4perl work out of the box
17b0e676 84 - Added WarnLogger for libraries
050eeb8e 85 - Warn if set_logger is called more than once
86 - Fix tiny POD errors
87
1b3aa6c8 880.00101 2010-02-21
89 - Fix tests to not need use lib (incorrect test failures)
90
29410fe4 910.00100 2010-02-20
1c399f46 92 - initial release