Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-02-13 17:05:47 -08:00 committed by GitHub
parent 8873ec072b
commit ac180296c1
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ BUG FIXES:
* cli: Fixed `kv` commands not reading the `CONSUL_HTTP_TOKEN` environment variable. [GH-2566]
* cli: Fixed an issue where prefixing an address with a protocol (such as 'http://' or 'https://') in `-http-addr` or `CONSUL_HTTP_ADDR` would give an error.
## 0.7.5 (UNRELEASED)
BUG FIXES:
* server: Fixed a rare but serious issue where Consul servers could panic after a specific series of large delete operations, such in the KV store or for sessions expiring. [GH-2724]
## 0.7.4 (February 6, 2017)
IMPROVEMENTS: