Update CHANGELOG.md

This commit is contained in:
Frank Schroeder 2017-07-18 20:26:49 +02:00
parent 2123700056
commit 6c053d5139
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ IMPROVEMENTS:
* api: Changed signature for "done" channels on `agent.Monitor()` and `session.RenewPeriodic` methods to make them more compatible with `context`. [GH-3271]
* docs: Added a complete end-to-end example of ACL bootstrapping in the [ACL Guide](https://www.consul.io/docs/guides/acl.html#bootstrapping-acls). [GH-3248]
* vendor: Updated golang.org/x/sys/unix to support IBM s390 platforms. [GH-3240]
* agent: rewrote Docker health checks without using the Docker client and its dependencies. [GH-3270]
BUG FIXES: