release v0.004300
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
1c399f46 1ChangeLog for Log-Contextual
2
48594c5e 30.004300 2012-10-03
8ee5c303 4 - add a way to set default import options
5
0c180ced 60.004202 2012-08-04
37a8266a 7 - correct the caller_level passed into coderef, and document "both" uses of
8 caller_level
9
f8f288df 100.004201 2012-07-21
39cd2f65 11 - The smallest pod fix ever
12
8c2deb06 130.004200 2012-07-20
27141a7a 14 - Improve information passed to logger coderef
30d7027a 15 - Significant doc improvements
407b3a58 16 - Fix warning in test suite in Perl 5.16
17
f07824b7 180.004100 2012-03-29
e7b18282 19 - Log::Contextual::WarnLogger now supports customized log levels via the
20 'levels' constructor argument (Karen Etheridge)
21
98ece8f1 220.004001 2011-08-15
23 - Fix version of Exporter::Declare that we dep on
24
4b4da8a3 250.004000 2011-08-06
e36f2183 26 - Support Log::Contextual subclasses for default import options
5fd26f45 27 - Allow custom log levels
28
a995bf53 290.00305 2011-07-27
0502df63 30 - Fix regression that caused D* subs to dumper even if the log level was off
31
6d77ba42 320.00304 2010-07-31
33 - Add $package_UPTO environment variable for WarnLogger
34
e4ca04fd 350.00303 2010-07-10
36 - Fix broken Log::Log4perl test
37
6114e392 380.00302 2010-07-08
39 - Add Log::Contextual::TeeLogger
40 - Add levels_upto (RT58558)
b144ba01 41 - Use Log::Log4perl 1.29 to clean up caller stuff
42
6114e392 430.00301 2010-07-08
44 [deleted due to missing the TeeLogger]
45
e2b4b29c 460.00300 2010-06-03
47 - Add -package_logger import option
48
d11de6ae 490.00202 2010-05-23
50 - Fix a bug that caused Dlog and friends not to work with a default
51
eab992c0 520.00201 2010-03-04
53 - I left a needed file for testing out of the MANIFEST; fixing :-/
54
8a63d9d2 550.00200 2010-03-03
56 - add example for Log::Dispatchouli since it works nicely now
70a05830 57 - make Log::Log4perl work out of the box
17b0e676 58 - Added WarnLogger for libraries
050eeb8e 59 - Warn if set_logger is called more than once
60 - Fix tiny POD errors
61
1b3aa6c8 620.00101 2010-02-21
63 - Fix tests to not need use lib (incorrect test failures)
64
29410fe4 650.00100 2010-02-20
1c399f46 66 - initial release