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)