Update CHANGELOG.md

This commit is contained in:
Calvin Leung Huang 2020-05-06 18:39:10 -07:00 committed by GitHub
parent 65684bda4d
commit e058145af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ BUG FIXES:
IMPROVEMENTS:
* storage/raft: The storage stanza now accepts `leader_ca_cert_file`, `leader_client_cert_file`, and
`leader_client_key_file` parameters to read and parse TLS certification information from paths on disk.
`leader_client_key_file` parameters to read and parse TLS certificate information from paths on disk.
Existing non-path based parameters will continue to work, but their values will need to be provided as a
single-line string with newlines delimited by `\n`.