From 625d01b965550ac7f4df3c466235649c491e04d6 Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Mon, 8 Nov 2021 20:46:42 -0800 Subject: [PATCH] Update changelog with text for PR #989 and #1011 (#1027) * Update changelog with text for PR #989 * Edit changelog entry for PR #1011 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2b014ce..542d5c085 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][]: JSON: Fix inaccurate precision when encoding complex64. [#1011]: https://github.com/uber-go/zap/pull/1011 +[#989]: https://github.com/uber-go/zap/pull/989 ## 1.19.1 (8 Sep 2021)