We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d6cc7 commit 1ae5819Copy full SHA for 1ae5819
CHANGELOG.md
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
4
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## 1.23.0 (24 Aug 2022)
7
+
8
+Enhancements:
9
+* [#1147][]: Add a `zapcore.LevelOf` function to determine the level of a
10
+ `LevelEnabler` or `Core`.
11
+* [#1155][]: Add `zap.Stringers` field constructor to log arrays of objects
12
+ that implement `String() string`.
13
14
+[#1147]: https://github.com/uber-go/zap/pull/1147
15
+[#1155]: https://github.com/uber-go/zap/pull/1155
16
17
18
## 1.22.0 (8 Aug 2022)
19
20
Enhancements:
0 commit comments