Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-07 12:34:53 -07:00 committed by GitHub
parent 7ae25f6c7e
commit d89500d5dc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ IMPROVEMENTS:
* agent: (Consul Enterprise) Snapshot agent rotation uses S3's pagination API, enabling retaining more than a 100 snapshots. * agent: (Consul Enterprise) Snapshot agent rotation uses S3's pagination API, enabling retaining more than a 100 snapshots.
* api: Added the ability to pass in a `context` as part of the `QueryOptions` during a request. This provides a way to cancel outstanding blocking queries. [GH-3195] * api: Added the ability to pass in a `context` as part of the `QueryOptions` during a request. This provides a way to cancel outstanding blocking queries. [GH-3195]
* vendor: update golang.org/x/sys/unix to support s390 [GH-3240] * vendor: Updated golang.org/x/sys/unix to support IBM s390 platforms. [GH-3240]
BUG FIXES: BUG FIXES: