From 0944a26e347a842c38de044b6c9464631954530b Mon Sep 17 00:00:00 2001 From: Manjari Akella Date: Wed, 8 Sep 2021 14:24:45 -0700 Subject: [PATCH] Update changelog (#1004) This commit adds an unreleased section to the changelog to track things that need to be released. It also lists the unreleased changes since the last release to this section. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfef8808..7ead85792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ # Changelog +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## Unreleased +### Fixed +* [#1001][]: JSON: Fix complex number encoding with negative imaginary part. Thanks to @hemantjadon. +* [#1003][]: JSON: Fix inaccurate precision when encoding float32. + +[#1001]: https://github.com/uber-go/zap/pull/1001 +[#1003]: https://github.com/uber-go/zap/pull/1003 ## 1.19.0 (9 Aug 2021)