release 0.005001 (FINALLY!)
[p5sagit/Log-Contextual.git] / Changes
1 ChangeLog for Log-Contextual
2
3 0.005001 2013-02-07
4   - No changes from previous dev release
5
6 0.005000_03 2013-01-16
7   - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
8
9 0.005000_02 2013-01-15
10  - add missing changelog entry (derp)
11
12 0.005000_01 2013-01-11
13   - significant changes in the way Log::Contexual works, but the upshot of it is
14     that Log::Contextual is now much less global than before, and applications
15     using Log::Contextual can guard against modules using set_logger (or
16     something like that) and changing their logger.  See the new
17     Log::Contextual::Role::Router for more information
18
19 0.004300 2012-10-03
20   - add a way to set default import tags
21
22 0.004202 2012-08-04
23   - correct the caller_level passed into coderef, and document "both" uses of
24     caller_level
25
26 0.004201 2012-07-21
27   - The smallest pod fix ever
28
29 0.004200 2012-07-20
30   - Improve information passed to logger coderef
31   - Significant doc improvements
32   - Fix warning in test suite in Perl 5.16
33
34 0.004100 2012-03-29
35   - Log::Contextual::WarnLogger now supports customized log levels via the
36     'levels' constructor argument (Karen Etheridge)
37
38 0.004001 2011-08-15
39   - Fix version of Exporter::Declare that we dep on
40
41 0.004000 2011-08-06
42   - Support Log::Contextual subclasses for default import options
43   - Allow custom log levels
44
45 0.00305 2011-07-27
46   - Fix regression that caused D* subs to dumper even if the log level was off
47
48 0.00304 2010-07-31
49   - Add $package_UPTO environment variable for WarnLogger
50
51 0.00303 2010-07-10
52   - Fix broken Log::Log4perl test
53
54 0.00302 2010-07-08
55   - Add Log::Contextual::TeeLogger
56   - Add levels_upto (RT58558)
57   - Use Log::Log4perl 1.29 to clean up caller stuff
58
59 0.00301 2010-07-08
60   [deleted due to missing the TeeLogger]
61
62 0.00300 2010-06-03
63   - Add -package_logger import option
64
65 0.00202 2010-05-23
66   - Fix a bug that caused Dlog and friends not to work with a default
67
68 0.00201 2010-03-04
69   - I left a needed file for testing out of the MANIFEST; fixing :-/
70
71 0.00200 2010-03-03
72   - add example for Log::Dispatchouli since it works nicely now
73   - make Log::Log4perl work out of the box
74   - Added WarnLogger for libraries
75   - Warn if set_logger is called more than once
76   - Fix tiny POD errors
77
78 0.00101 2010-02-21
79   - Fix tests to not need use lib (incorrect test failures)
80
81 0.00100 2010-02-20
82   - initial release