From d89500d5dcde277de985865b5d4b0881c7d3c26c Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 7 Jul 2017 12:34:53 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f958db230..4210d0e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ IMPROVEMENTS: * 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] -* 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: