Skip to content

Commit

Permalink
Update changelog with text for PR #989 and #1011 (#1027)
Browse files Browse the repository at this point in the history
* Update changelog with text for PR #989

* Edit changelog entry for PR #1011
  • Loading branch information
manjari25 committed Nov 9, 2021
1 parent 7a9e717 commit 625d01b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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)

Expand Down

0 comments on commit 625d01b

Please sign in to comment.