Add ABSTRACT to WithLogger.pm
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
dc4fd4b0 1Revision history for {{$dist->name}}
2
3{{$NEXT}}
586d510f 4
50.006003 2014-02-22 09:41:29CST-0600 America/Chicago
527954ee 6 - Stop depending on XS module Sub::Identify
d3cd53e7 7
80.006002 2014-02-20 16:05:20CST-0600 America/Chicago
71a14fd5 9 - Fix missing POD
b6742567 10
110.006001 2014-02-20 15:51:29CST-0600 America/Chicago
333fc861 12 - Fix warnings caused by importing more than once
1c399f46 13
f61bcdd6 140.006000 2013-09-05
afbb27d5 15 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
92dc8d35 16 - Add Log::Contextual::Easy::Package for more different simple LC usage
436c4b82 17
7e2b8380 180.005005 2013-08-08
a850bd96 19 - Fix minimum version of Exporter::Declare
20
a6f4595d 210.005004 2013-08-08
c8bf0a6c 22 - Dep on a newer version of Moo for multiple role composition
23
29924c5e 240.005003 2013-03-21
31285520 25 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
26 Log::Contextual::with_logger() (aka internals that don't work anymore)
27 directly
28
c05ed799 290.005002 2013-02-14 (♥)
249b9eb6 30 - Fix RT#83267 (Tyler Riddle)
31
8ccaf9fb 320.005001 2013-02-07
33 - No changes from previous dev release
34
5a5addac 350.005000_03 2013-01-16
e06303cd 36 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
37
a00f2691 380.005000_02 2013-01-15
7932182d 39 - add missing changelog entry (derp)
40
410.005000_01 2013-01-11
42 - significant changes in the way Log::Contexual works, but the upshot of it is
43 that Log::Contextual is now much less global than before, and applications
44 using Log::Contextual can guard against modules using set_logger (or
45 something like that) and changing their logger. See the new
46 Log::Contextual::Role::Router for more information
47
e06303cd 480.004300 2012-10-03
49 - add a way to set default import tags
50
0c180ced 510.004202 2012-08-04
37a8266a 52 - correct the caller_level passed into coderef, and document "both" uses of
53 caller_level
54
f8f288df 550.004201 2012-07-21
39cd2f65 56 - The smallest pod fix ever
57
8c2deb06 580.004200 2012-07-20
27141a7a 59 - Improve information passed to logger coderef
30d7027a 60 - Significant doc improvements
407b3a58 61 - Fix warning in test suite in Perl 5.16
62
f07824b7 630.004100 2012-03-29
e7b18282 64 - Log::Contextual::WarnLogger now supports customized log levels via the
65 'levels' constructor argument (Karen Etheridge)
66
98ece8f1 670.004001 2011-08-15
68 - Fix version of Exporter::Declare that we dep on
69
4b4da8a3 700.004000 2011-08-06
e36f2183 71 - Support Log::Contextual subclasses for default import options
5fd26f45 72 - Allow custom log levels
73
a995bf53 740.00305 2011-07-27
0502df63 75 - Fix regression that caused D* subs to dumper even if the log level was off
76
6d77ba42 770.00304 2010-07-31
78 - Add $package_UPTO environment variable for WarnLogger
79
e4ca04fd 800.00303 2010-07-10
81 - Fix broken Log::Log4perl test
82
6114e392 830.00302 2010-07-08
84 - Add Log::Contextual::TeeLogger
85 - Add levels_upto (RT58558)
b144ba01 86 - Use Log::Log4perl 1.29 to clean up caller stuff
87
6114e392 880.00301 2010-07-08
89 [deleted due to missing the TeeLogger]
90
e2b4b29c 910.00300 2010-06-03
92 - Add -package_logger import option
93
d11de6ae 940.00202 2010-05-23
95 - Fix a bug that caused Dlog and friends not to work with a default
96
eab992c0 970.00201 2010-03-04
98 - I left a needed file for testing out of the MANIFEST; fixing :-/
99
8a63d9d2 1000.00200 2010-03-03
101 - add example for Log::Dispatchouli since it works nicely now
70a05830 102 - make Log::Log4perl work out of the box
17b0e676 103 - Added WarnLogger for libraries
050eeb8e 104 - Warn if set_logger is called more than once
105 - Fix tiny POD errors
106
1b3aa6c8 1070.00101 2010-02-21
108 - Fix tests to not need use lib (incorrect test failures)
109
29410fe4 1100.00100 2010-02-20
1c399f46 111 - initial release