From e888d78a579923eb74e41856a439bfb68d04c219 Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Mon, 8 Nov 2021 20:37:00 -0800 Subject: [PATCH] Update changelog with text for PR #989 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2b014ce..93cf5e40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## Unreleased +Enhancements: +* [#989][]: `zapcore.EncoderConfig` provides a flag `SkipLineEnding` that can be used to skip adding a newline character to logs. Thanks to @lruggieri. + Bugfixes: * [#1011][]: JSON: Fix inaccurate precision when encoding float64. [#1011]: https://github.com/uber-go/zap/pull/1011 +[#989]: https://github.com/uber-go/zap/pull/989 ## 1.19.1 (8 Sep 2021)