Skip to content

Commit

Permalink
Release v1.23.0 (#1157)
Browse files Browse the repository at this point in the history
This release includes the following changes:
v1.22.0...23d6cc7

Refs GO-1609
  • Loading branch information
abhinav committed Aug 24, 2022
1 parent 23d6cc7 commit 1ae5819
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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:
Expand Down

0 comments on commit 1ae5819

Please sign in to comment.