From 09c2d06031d86237af9212970a8b7201407b9024 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 2 Jan 2014 15:46:56 +0700 Subject: [PATCH] Fix changelog typo (yeah it's 2014 now) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8affa8..5d4a7dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v3.0.0-RC4 / 2013-Jan-02 +## v3.0.0-RC4 / 2014-Jan-02 Major update, non-breaking though users with custom appenders are encouraged to view the _Changes_ section below. This version polishes up the codebase and general design. Tightened up a few aspects of how appenders and appender middleware work. Added a serializing Carmine appender (I use something similar in prod most of the time). Also finally added facilities for ad hoc (non-atom) logging configuration.