Skip to content

Commit 96038b7

Browse files
authored
Prepare for release v1.26.0 (#1355)
1 parent c17272e commit 96038b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

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

6+
## 1.26.0 (14 Sep 2023)
7+
Enhancements:
8+
* [#1319][]: Add `WithLazy` method to `Logger` which lazily evaluates the structured
9+
context.
10+
* [#1350][]: String encoding is much (~50%) faster now.
11+
12+
Thanks to @jquirke, @cdvr1993 for their contributions to this release.
13+
14+
[#1319]: https://github.com/uber-go/zap/pull/1319
15+
[#1350]: https://github.com/uber-go/zap/pull/1350
16+
617
## 1.25.0 (1 Aug 2023)
718

819
This release contains several improvements including performance, API additions,

0 commit comments

Comments
 (0)