File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.14.1 (14 Mar 2020)
4
+
5
+ Bugfixes:
6
+ * [ #791 ] [ ] : Fix panic on attempting to build a logger with an invalid Config.
7
+ * [ #795 ] [ ] : Vendoring Zap with ` go mod vendor ` no longer includes Zap's
8
+ development-time dependencies.
9
+ * [ #799 ] [ ] : Fix issue introduced in 1.14.0 that caused invalid JSON output to
10
+ be generated for arrays of ` time.Time ` objects when using string-based time
11
+ formats.
12
+
13
+ Thanks to @YashishDua for their contributions to this release.
14
+
3
15
## 1.14.0 (20 Feb 2020)
4
16
5
17
Enhancements:
@@ -364,3 +376,6 @@ upgrade to the upcoming stable release.
364
376
[ #773 ] : https://github.com/uber-go/zap/pull/773
365
377
[ #775 ] : https://github.com/uber-go/zap/pull/775
366
378
[ #786 ] : https://github.com/uber-go/zap/pull/786
379
+ [ #791 ] : https://github.com/uber-go/zap/pull/791
380
+ [ #795 ] : https://github.com/uber-go/zap/pull/795
381
+ [ #799 ] : https://github.com/uber-go/zap/pull/799
You can’t perform that action at this time.
0 commit comments