Stop depending on XS module Sub::Identify
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
dc4fd4b0 1Revision history for {{$dist->name}}
2
3{{$NEXT}}
527954ee 4 - Stop depending on XS module Sub::Identify
d3cd53e7 5
60.006002 2014-02-20 16:05:20CST-0600 America/Chicago
71a14fd5 7 - Fix missing POD
b6742567 8
90.006001 2014-02-20 15:51:29CST-0600 America/Chicago
333fc861 10 - Fix warnings caused by importing more than once
1c399f46 11
f61bcdd6 120.006000 2013-09-05
afbb27d5 13 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
92dc8d35 14 - Add Log::Contextual::Easy::Package for more different simple LC usage
436c4b82 15
7e2b8380 160.005005 2013-08-08
a850bd96 17 - Fix minimum version of Exporter::Declare
18
a6f4595d 190.005004 2013-08-08
c8bf0a6c 20 - Dep on a newer version of Moo for multiple role composition
21
29924c5e 220.005003 2013-03-21
31285520 23 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
24 Log::Contextual::with_logger() (aka internals that don't work anymore)
25 directly
26
c05ed799 270.005002 2013-02-14 (♥)
249b9eb6 28 - Fix RT#83267 (Tyler Riddle)
29
8ccaf9fb 300.005001 2013-02-07
31 - No changes from previous dev release
32
5a5addac 330.005000_03 2013-01-16
e06303cd 34 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
35
a00f2691 360.005000_02 2013-01-15
7932182d 37 - add missing changelog entry (derp)
38
390.005000_01 2013-01-11
40 - significant changes in the way Log::Contexual works, but the upshot of it is
41 that Log::Contextual is now much less global than before, and applications
42 using Log::Contextual can guard against modules using set_logger (or
43 something like that) and changing their logger. See the new
44 Log::Contextual::Role::Router for more information
45
e06303cd 460.004300 2012-10-03
47 - add a way to set default import tags
48
0c180ced 490.004202 2012-08-04
37a8266a 50 - correct the caller_level passed into coderef, and document "both" uses of
51 caller_level
52
f8f288df 530.004201 2012-07-21
39cd2f65 54 - The smallest pod fix ever
55
8c2deb06 560.004200 2012-07-20
27141a7a 57 - Improve information passed to logger coderef
30d7027a 58 - Significant doc improvements
407b3a58 59 - Fix warning in test suite in Perl 5.16
60
f07824b7 610.004100 2012-03-29
e7b18282 62 - Log::Contextual::WarnLogger now supports customized log levels via the
63 'levels' constructor argument (Karen Etheridge)
64
98ece8f1 650.004001 2011-08-15
66 - Fix version of Exporter::Declare that we dep on
67
4b4da8a3 680.004000 2011-08-06
e36f2183 69 - Support Log::Contextual subclasses for default import options
5fd26f45 70 - Allow custom log levels
71
a995bf53 720.00305 2011-07-27
0502df63 73 - Fix regression that caused D* subs to dumper even if the log level was off
74
6d77ba42 750.00304 2010-07-31
76 - Add $package_UPTO environment variable for WarnLogger
77
e4ca04fd 780.00303 2010-07-10
79 - Fix broken Log::Log4perl test
80
6114e392 810.00302 2010-07-08
82 - Add Log::Contextual::TeeLogger
83 - Add levels_upto (RT58558)
b144ba01 84 - Use Log::Log4perl 1.29 to clean up caller stuff
85
6114e392 860.00301 2010-07-08
87 [deleted due to missing the TeeLogger]
88
e2b4b29c 890.00300 2010-06-03
90 - Add -package_logger import option
91
d11de6ae 920.00202 2010-05-23
93 - Fix a bug that caused Dlog and friends not to work with a default
94
eab992c0 950.00201 2010-03-04
96 - I left a needed file for testing out of the MANIFEST; fixing :-/
97
8a63d9d2 980.00200 2010-03-03
99 - add example for Log::Dispatchouli since it works nicely now
70a05830 100 - make Log::Log4perl work out of the box
17b0e676 101 - Added WarnLogger for libraries
050eeb8e 102 - Warn if set_logger is called more than once
103 - Fix tiny POD errors
104
1b3aa6c8 1050.00101 2010-02-21
106 - Fix tests to not need use lib (incorrect test failures)
107
29410fe4 1080.00100 2010-02-20
1c399f46 109 - initial release