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