File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
55
6+ ## 1.21.0 (7 Feb 2022)
7+
8+ Enhancements:
9+ * [ #1047 ] [ ] : Add ` zapcore.ParseLevel ` to parse a ` Level ` from a string.
10+ * [ #1048 ] [ ] : Add ` zap.ParseAtomicLevel ` to parse an ` AtomicLevel ` from a
11+ string.
12+
13+ Bugfixes:
14+ * [ #1058 ] [ ] : Fix panic in JSON encoder when ` EncodeLevel ` is unset.
15+
16+ Other changes:
17+ * [ #1052 ] [ ] : Improve encoding performance when the ` AddCaller ` and
18+ ` AddStacktrace ` options are used together.
19+
20+ [ #1047 ] : https://github.com/uber-go/zap/pull/1047
21+ [ #1048 ] : https://github.com/uber-go/zap/pull/1048
22+ [ #1052 ] : https://github.com/uber-go/zap/pull/1052
23+ [ #1058 ] : https://github.com/uber-go/zap/pull/1058
24+
25+ Thanks to @aerosol and @Techassi for their contributions to this release.
26+
627## 1.20.0 (4 Jan 2022)
728
829Enhancements:
You can’t perform that action at this time.
0 commit comments