Skip to content

Commit

Permalink
Update changelog for 1.5.0 release (#481)
Browse files Browse the repository at this point in the history
Two features and a bugfix are enough to warrant a minor release.
  • Loading branch information
akshayjshah committed Jul 23, 2017
1 parent 770b97b commit 9d9d613
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog

## v1.4.1 (08 June 2017)
## v1.5.0 (22 Jul 2017)

Enhancements:

* [#460][] and [#470][]: Support errors produced by `go.uber.org/multierr`.
* [#465][]: Support user-supplied encoders for logger names.

Bugfixes:

* [#477][]: Fix a bug that incorrectly truncated deep stacktraces.

Thanks to @richard-tunein and @pavius for their contributions to this release.

## v1.4.1 (08 Jun 2017)

This release fixes two bugs.

Expand Down Expand Up @@ -226,3 +239,7 @@ upgrade to the upcoming stable release.
[#431]: https://github.com/uber-go/zap/pull/431
[#435]: https://github.com/uber-go/zap/pull/435
[#444]: https://github.com/uber-go/zap/pull/444
[#477]: https://github.com/uber-go/zap/pull/477
[#465]: https://github.com/uber-go/zap/pull/465
[#460]: https://github.com/uber-go/zap/pull/460
[#470]: https://github.com/uber-go/zap/pull/470

0 comments on commit 9d9d613

Please sign in to comment.