Codebase list golang-go.uber-zap / 2aa9fa2
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. Abhinav Gupta authored 4 years ago GitHub committed 4 years ago
1 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 # Changelog
1
2 ## 1.14.1 (14 Mar 2020)
3
4 Bugfixes:
5 * [#791][]: Fix panic on attempting to build a logger with an invalid Config.
6 * [#795][]: Vendoring Zap with `go mod vendor` no longer includes Zap's
7 development-time dependencies.
8 * [#799][]: Fix issue introduced in 1.14.0 that caused invalid JSON output to
9 be generated for arrays of `time.Time` objects when using string-based time
10 formats.
11
12 Thanks to @YashishDua for their contributions to this release.
113
214 ## 1.14.0 (20 Feb 2020)
315
363375 [#773]: https://github.com/uber-go/zap/pull/773
364376 [#775]: https://github.com/uber-go/zap/pull/775
365377 [#786]: https://github.com/uber-go/zap/pull/786
378 [#791]: https://github.com/uber-go/zap/pull/791
379 [#795]: https://github.com/uber-go/zap/pull/795
380 [#799]: https://github.com/uber-go/zap/pull/799