update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2018-10-02 12:46:49 -07:00
parent d80c383198
commit a0523631e5
No known key found for this signature in database
GPG Key ID: A3A9A8F4F25C3E56
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## UNRELEASED
FEATURES:
* New command `consul services register` and `consul services deregister` for
registering and deregistering services from the command line. [[GH-4732](https://github.com/hashicorp/consul/issues/4732)]
BUG FIXES:
* agent: (Consul Enterprise) Fixed an issue where the `non_voting_server` setting could be ignored when bootstrapping the cluster. [[GH-4699](https://github.com/hashicorp/consul/pull/4699)]