Update CHANGELOG.md

This commit is contained in:
Paul Banks 2019-07-23 15:45:39 +01:00 committed by GitHub
parent 42296292a4
commit e07f065835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## UNRELEASED
IMPROVEMENTS:
* raft: Allow trailing logs to be configured as an escape hatch for extreme load that prevents followers catching up with leader [[GH-6186](https://github.com/hashicorp/consul/pull/6186)]
BUG FIXES:
* autopilot: update to also remove failed nodes from WAN gossip pool [[GH-6028](https://github.com/hashicorp/consul/pull/6028)]