Skip to content

Commit

Permalink
Add changelog entry for v1.4.1 (#442)
Browse files Browse the repository at this point in the history
* Add changelog entry for v1.4.1

* Update to include more patches
  • Loading branch information
jcorbin authored and akshayjshah committed Jun 8, 2017
1 parent 603d2d2 commit 9cabc84
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## v1.4.1 (08 June 2017)

This release fixes two bugs.

Bugfixes:

* [#435][]: Support a variety of case conventions when unmarshaling levels.
* [#444][]: Fix a panic in the observer.

## v1.4.0 (12 May 2017)

This release adds a few small features and is fully backward-compatible.
Expand Down Expand Up @@ -215,3 +224,5 @@ upgrade to the upcoming stable release.
[#424]: https://github.com/uber-go/zap/pull/424
[#425]: https://github.com/uber-go/zap/pull/425
[#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

0 comments on commit 9cabc84

Please sign in to comment.