From: Arthur Axel 'fREW' Schmidt Date: Wed, 16 Jan 2013 01:11:40 +0000 (-0600) Subject: add missing changelog entry X-Git-Tag: v0.005000_02~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7932182d9e834ea6d7573d25bccc0fc8e390ed12;p=p5sagit%2FLog-Contextual.git add missing changelog entry --- diff --git a/Changes b/Changes index b26bb3a..341f151 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ ChangeLog for Log-Contextual + - 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.004202 2012-08-04 - correct the caller_level passed into coderef, and document "both" uses of caller_level