Skip to content

Commit 2aa9fa2

Browse files
authored
Prepare release v1.14.1 (#800)
Note that I'm considering all of these changes as bufixes. If reviewers suggest otherwise, we can switch to 1.15.0.
1 parent c2633d6 commit 2aa9fa2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## 1.14.0 (20 Feb 2020)
416

517
Enhancements:
@@ -364,3 +376,6 @@ upgrade to the upcoming stable release.
364376
[#773]: https://github.com/uber-go/zap/pull/773
365377
[#775]: https://github.com/uber-go/zap/pull/775
366378
[#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

0 commit comments

Comments
 (0)