Skip to content

Commit

Permalink
Update changelog for 1.6.0 release (#498)
Browse files Browse the repository at this point in the history
Cutting a release so we can reduce the noise in stacktraces.
  • Loading branch information
prashantv authored and akshayjshah committed Aug 31, 2017
1 parent 986c556 commit 3216c4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## v1.6.0 (30 Aug 2017)

Enhancements:

* [#491][]: Omit zap stack frames from stacktraces.
* [#490][]: Add a `ContextMap` method to observer logs for simpler
field validation in tests.

## v1.5.0 (22 Jul 2017)

Enhancements:
Expand Down Expand Up @@ -243,3 +251,5 @@ upgrade to the upcoming stable release.
[#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
[#490]: https://github.com/uber-go/zap/pull/490
[#491]: https://github.com/uber-go/zap/pull/491

0 comments on commit 3216c4c

Please sign in to comment.