From c8e813efff7b3d6f791ee71b3f76b9a175d2a9d8 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 9 Aug 2021 09:35:44 -0700 Subject: [PATCH] Release v1.19.0 (#987) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3210121..fdfef8808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.19.0 (9 Aug 2021) + +Enhancements: +* [#975][]: Avoid panicking in Sampler core if the level is out of bounds. +* [#984][]: Reduce the size of BufferedWriteSyncer by aligning the fields + better. + +[#975]: https://github.com/uber-go/zap/pull/975 +[#984]: https://github.com/uber-go/zap/pull/984 + +Thanks to @lancoLiu and @thockin for their contributions to this release. + ## 1.18.1 (28 Jun 2021) Bugfixes: