mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
8873ec072b
commit
ac180296c1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue