From ecdbaf4b123a2248c50fa3a5ac272871c6ea9273 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Thu, 19 Jul 2018 14:35:11 -0700 Subject: [PATCH] Fix changelog for v1.9.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4aa60d32..e60e14629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## v1.9.0 (28 Jun 2018) +## v1.9.0 (19 Jul 2018) Enhancements: * [#602][]: Reduce number of allocations when logging with reflection. -* [#572][]: Expose a registry for third-party logging sinks. +* [#572][], [#606][]: Expose a registry for third-party logging sinks. Thanks to @nfarah86, @AlekSi, @JeanMertz, @phillippgille, @etsangsplk, and @dimroc for their contributions to this release. @@ -295,3 +295,4 @@ upgrade to the upcoming stable release. [#574]: https://github.com/uber-go/zap/pull/574 [#602]: https://github.com/uber-go/zap/pull/602 [#572]: https://github.com/uber-go/zap/pull/572 +[#606]: https://github.com/uber-go/zap/pull/606