From 1ae5819539453056267ba3033697df2b231e8af8 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Wed, 24 Aug 2022 08:40:16 -0700 Subject: [PATCH] Release v1.23.0 (#1157) This release includes the following changes: https://github.com/uber-go/zap/compare/v1.22.0...23d6cc75062ae86d8b27f973f2878b387f7dec20 Refs GO-1609 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c38b72c..da36c3708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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). +## 1.23.0 (24 Aug 2022) + +Enhancements: +* [#1147][]: Add a `zapcore.LevelOf` function to determine the level of a + `LevelEnabler` or `Core`. +* [#1155][]: Add `zap.Stringers` field constructor to log arrays of objects + that implement `String() string`. + +[#1147]: https://github.com/uber-go/zap/pull/1147 +[#1155]: https://github.com/uber-go/zap/pull/1155 + + ## 1.22.0 (8 Aug 2022) Enhancements: