fix caller_level passed to coderef, document both uses
[p5sagit/Log-Contextual.git] / Changes
diff --git a/Changes b/Changes
index e98a28b..245d025 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 ChangeLog for Log-Contextual
 
+  - 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