From 27376062155ad36be76b0f12cf1572a221d3a48c Mon Sep 17 00:00:00 2001 From: Prashant Varanasi Date: Mon, 29 Apr 2019 18:48:40 -0700 Subject: [PATCH] Fix changelog links for 675 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eedbee956..28d10677e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Bugfixes: Enhancements: * [#610][]: Add `zaptest.WrapOptions` to wrap `zap.Option` for creating test loggers. -* [#657][]: Don't panic when encoding a String field. +* [#675][]: Don't panic when encoding a String field. * [#704][]: Disable HTML escaping for JSON objects encoded using the reflect-based encoder. @@ -323,5 +323,5 @@ upgrade to the upcoming stable release. [#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 +[#675]: https://github.com/uber-go/zap/pull/675 [#704]: https://github.com/uber-go/zap/pull/704