You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+21
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.
3
3
4
4
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
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
0 commit comments