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