X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d31cd845318e138e6fde3aba8a453a477731629f;hb=d3cd53e7806b02953c5b9795b181628b46821bfb;hp=d7a201958ea98bebec720b8836283f66f0bfebff;hpb=e36f218306ebf0befd80b356b1a8bb396e7b19b9;p=p5sagit%2FLog-Contextual.git diff --git a/Changes b/Changes index d7a2019..d31cd84 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,70 @@ -ChangeLog for Log-Contextual +Revision history for {{$dist->name}} +{{$NEXT}} + +0.006002 2014-02-20 16:05:20CST-0600 America/Chicago + - Fix missing POD + +0.006001 2014-02-20 15:51:29CST-0600 America/Chicago + - Fix warnings caused by importing more than once + +0.006000 2013-09-05 + - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß) + - Add Log::Contextual::Easy::Package for more different simple LC usage + +0.005005 2013-08-08 + - Fix minimum version of Exporter::Declare + +0.005004 2013-08-08 + - Dep on a newer version of Moo for multiple role composition + +0.005003 2013-03-21 + - Yell loudly if a user tries to use Log::Contextual::set_logger() or + Log::Contextual::with_logger() (aka internals that don't work anymore) + directly + +0.005002 2013-02-14 (♥) + - Fix RT#83267 (Tyler Riddle) + +0.005001 2013-02-07 + - No changes from previous dev release + +0.005000_03 2013-01-16 + - merge unpushed 0.004300 into master (frew--, Tyler Riddle++) + +0.005000_02 2013-01-15 + - add missing changelog entry (derp) + +0.005000_01 2013-01-11 + - significant changes in the way Log::Contexual works, but the upshot of it is + that Log::Contextual is now much less global than before, and applications + using Log::Contextual can guard against modules using set_logger (or + something like that) and changing their logger. See the new + Log::Contextual::Role::Router for more information + +0.004300 2012-10-03 + - add a way to set default import tags + +0.004202 2012-08-04 + - correct the caller_level passed into coderef, and document "both" uses of + caller_level + +0.004201 2012-07-21 + - The smallest pod fix ever + +0.004200 2012-07-20 + - Improve information passed to logger coderef + - Significant doc improvements + - Fix warning in test suite in Perl 5.16 + +0.004100 2012-03-29 + - Log::Contextual::WarnLogger now supports customized log levels via the + 'levels' constructor argument (Karen Etheridge) + +0.004001 2011-08-15 + - Fix version of Exporter::Declare that we dep on + +0.004000 2011-08-06 - Support Log::Contextual subclasses for default import options - Allow custom log levels