From 0e54bb2cd8f4160444e0a83cd32952edd2b44e41 Mon Sep 17 00:00:00 2001 From: Prashant Varanasi Date: Mon, 29 Apr 2019 07:43:59 -0700 Subject: [PATCH] Add links, and add #706 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc77119e..eedbee956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Bugfixes: * [#657][]: Fix `MapObjectEncoder.AppendByteString` not adding value as a string. +* [#706][]: Fix incorrect call depth to determine caller in Go 1.12. Enhancements: * [#610][]: Add `zaptest.WrapOptions` to wrap `zap.Option` for creating test @@ -319,3 +320,8 @@ upgrade to the upcoming stable release. [#572]: https://github.com/uber-go/zap/pull/572 [#606]: https://github.com/uber-go/zap/pull/606 [#614]: https://github.com/uber-go/zap/pull/614 +[#657]: https://github.com/uber-go/zap/pull/657 +[#706]: https://github.com/uber-go/zap/pull/706 +[#610]: https://github.com/uber-go/zap/pull/610 +[#657]: https://github.com/uber-go/zap/pull/657 +[#704]: https://github.com/uber-go/zap/pull/704