release 0.005002 (♥)
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
c05ed799 30.005002 2013-02-14 (♥)
249b9eb6 4 - Fix RT#83267 (Tyler Riddle)
5
8ccaf9fb 60.005001 2013-02-07
7 - No changes from previous dev release
8
5a5addac 90.005000_03 2013-01-16
e06303cd 10 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
11
a00f2691 120.005000_02 2013-01-15
7932182d 13 - add missing changelog entry (derp)
14
150.005000_01 2013-01-11
16 - significant changes in the way Log::Contexual works, but the upshot of it is
17 that Log::Contextual is now much less global than before, and applications
18 using Log::Contextual can guard against modules using set_logger (or
19 something like that) and changing their logger. See the new
20 Log::Contextual::Role::Router for more information
21
e06303cd 220.004300 2012-10-03
23 - add a way to set default import tags
24
0c180ced 250.004202 2012-08-04
37a8266a 26 - correct the caller_level passed into coderef, and document "both" uses of
27 caller_level
28
f8f288df 290.004201 2012-07-21
39cd2f65 30 - The smallest pod fix ever
31
8c2deb06 320.004200 2012-07-20
27141a7a 33 - Improve information passed to logger coderef
30d7027a 34 - Significant doc improvements
407b3a58 35 - Fix warning in test suite in Perl 5.16
36
f07824b7 370.004100 2012-03-29
e7b18282 38 - Log::Contextual::WarnLogger now supports customized log levels via the
39 'levels' constructor argument (Karen Etheridge)
40
98ece8f1 410.004001 2011-08-15
42 - Fix version of Exporter::Declare that we dep on
43
4b4da8a3 440.004000 2011-08-06
e36f2183 45 - Support Log::Contextual subclasses for default import options
5fd26f45 46 - Allow custom log levels
47
a995bf53 480.00305 2011-07-27
0502df63 49 - Fix regression that caused D* subs to dumper even if the log level was off
50
6d77ba42 510.00304 2010-07-31
52 - Add $package_UPTO environment variable for WarnLogger
53
e4ca04fd 540.00303 2010-07-10
55 - Fix broken Log::Log4perl test
56
6114e392 570.00302 2010-07-08
58 - Add Log::Contextual::TeeLogger
59 - Add levels_upto (RT58558)
b144ba01 60 - Use Log::Log4perl 1.29 to clean up caller stuff
61
6114e392 620.00301 2010-07-08
63 [deleted due to missing the TeeLogger]
64
e2b4b29c 650.00300 2010-06-03
66 - Add -package_logger import option
67
d11de6ae 680.00202 2010-05-23
69 - Fix a bug that caused Dlog and friends not to work with a default
70
eab992c0 710.00201 2010-03-04
72 - I left a needed file for testing out of the MANIFEST; fixing :-/
73
8a63d9d2 740.00200 2010-03-03
75 - add example for Log::Dispatchouli since it works nicely now
70a05830 76 - make Log::Log4perl work out of the box
17b0e676 77 - Added WarnLogger for libraries
050eeb8e 78 - Warn if set_logger is called more than once
79 - Fix tiny POD errors
80
1b3aa6c8 810.00101 2010-02-21
82 - Fix tests to not need use lib (incorrect test failures)
83
29410fe4 840.00100 2010-02-20
1c399f46 85 - initial release