Skip to content

Commit

Permalink
Release v1.24.0 (#1208)
Browse files Browse the repository at this point in the history
This release includes the following changes:

[v1.23.0...ed5598a.](v1.23.0...ed5598a)

Refs GO-1752.
  • Loading branch information
sywhang committed Nov 30, 2022
1 parent ed5598a commit a55bdc3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@ 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.24.0 (30 Nov 2022)

Enhancements:
* [#1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the
current minimum enabled log level.
* [#1185][]: `SugaredLogger` turns errors to zap.Error automatically.

Thanks to @Abirdcfly, @craigpastro, @nnnkkk7, and @sashamelentyev for their
contributions to this release.

[#1148]: https://github.coml/uber-go/zap/pull/1148
[#1185]: https://github.coml/uber-go/zap/pull/1185

## 1.23.0 (24 Aug 2022)

Enhancements:
Expand Down

0 comments on commit a55bdc3

Please sign in to comment.