v0.006001
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
dc4fd4b0 1Revision history for {{$dist->name}}
2
3{{$NEXT}}
b6742567 4
50.006001 2014-02-20 15:51:29CST-0600 America/Chicago
333fc861 6 - Fix warnings caused by importing more than once
1c399f46 7
f61bcdd6 80.006000 2013-09-05
afbb27d5 9 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
92dc8d35 10 - Add Log::Contextual::Easy::Package for more different simple LC usage
436c4b82 11
7e2b8380 120.005005 2013-08-08
a850bd96 13 - Fix minimum version of Exporter::Declare
14
a6f4595d 150.005004 2013-08-08
c8bf0a6c 16 - Dep on a newer version of Moo for multiple role composition
17
29924c5e 180.005003 2013-03-21
31285520 19 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
20 Log::Contextual::with_logger() (aka internals that don't work anymore)
21 directly
22
c05ed799 230.005002 2013-02-14 (♥)
249b9eb6 24 - Fix RT#83267 (Tyler Riddle)
25
8ccaf9fb 260.005001 2013-02-07
27 - No changes from previous dev release
28
5a5addac 290.005000_03 2013-01-16
e06303cd 30 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
31
a00f2691 320.005000_02 2013-01-15
7932182d 33 - add missing changelog entry (derp)
34
350.005000_01 2013-01-11
36 - significant changes in the way Log::Contexual works, but the upshot of it is
37 that Log::Contextual is now much less global than before, and applications
38 using Log::Contextual can guard against modules using set_logger (or
39 something like that) and changing their logger. See the new
40 Log::Contextual::Role::Router for more information
41
e06303cd 420.004300 2012-10-03
43 - add a way to set default import tags
44
0c180ced 450.004202 2012-08-04
37a8266a 46 - correct the caller_level passed into coderef, and document "both" uses of
47 caller_level
48
f8f288df 490.004201 2012-07-21
39cd2f65 50 - The smallest pod fix ever
51
8c2deb06 520.004200 2012-07-20
27141a7a 53 - Improve information passed to logger coderef
30d7027a 54 - Significant doc improvements
407b3a58 55 - Fix warning in test suite in Perl 5.16
56
f07824b7 570.004100 2012-03-29
e7b18282 58 - Log::Contextual::WarnLogger now supports customized log levels via the
59 'levels' constructor argument (Karen Etheridge)
60
98ece8f1 610.004001 2011-08-15
62 - Fix version of Exporter::Declare that we dep on
63
4b4da8a3 640.004000 2011-08-06
e36f2183 65 - Support Log::Contextual subclasses for default import options
5fd26f45 66 - Allow custom log levels
67
a995bf53 680.00305 2011-07-27
0502df63 69 - Fix regression that caused D* subs to dumper even if the log level was off
70
6d77ba42 710.00304 2010-07-31
72 - Add $package_UPTO environment variable for WarnLogger
73
e4ca04fd 740.00303 2010-07-10
75 - Fix broken Log::Log4perl test
76
6114e392 770.00302 2010-07-08
78 - Add Log::Contextual::TeeLogger
79 - Add levels_upto (RT58558)
b144ba01 80 - Use Log::Log4perl 1.29 to clean up caller stuff
81
6114e392 820.00301 2010-07-08
83 [deleted due to missing the TeeLogger]
84
e2b4b29c 850.00300 2010-06-03
86 - Add -package_logger import option
87
d11de6ae 880.00202 2010-05-23
89 - Fix a bug that caused Dlog and friends not to work with a default
90
eab992c0 910.00201 2010-03-04
92 - I left a needed file for testing out of the MANIFEST; fixing :-/
93
8a63d9d2 940.00200 2010-03-03
95 - add example for Log::Dispatchouli since it works nicely now
70a05830 96 - make Log::Log4perl work out of the box
17b0e676 97 - Added WarnLogger for libraries
050eeb8e 98 - Warn if set_logger is called more than once
99 - Fix tiny POD errors
100
1b3aa6c8 1010.00101 2010-02-21
102 - Fix tests to not need use lib (incorrect test failures)
103
29410fe4 1040.00100 2010-02-20
1c399f46 105 - initial release