Update CHANGELOG.md

This commit is contained in:
Freddy 2019-07-23 14:32:10 -06:00 committed by GitHub
parent b154ae628e
commit 12d263e6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
## UNRELEASED ## UNRELEASED
IMPROVEMENTS: 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)] * 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)]
* agent: added configurable limit for log files to be rotated [[GH-5831](https://github.com/hashicorp/consul/pull/5831)]
BUG FIXES: BUG FIXES: