mirror of https://github.com/hashicorp/consul
Update CHANGELOG.md
parent
9431084004
commit
03c806a901
|
@ -46,6 +46,9 @@ IMPROVEMENTS:
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
|
* Fixed an issue with the state store's immutable radix tree that would prevent it
|
||||||
|
from using cached modified objects during transactions, leading to extra copies
|
||||||
|
and increased memory / GC pressure. [GH-2106]
|
||||||
* Fixed an issue where a health check's output never updates if the check
|
* Fixed an issue where a health check's output never updates if the check
|
||||||
status doesn't change after the Consul agent starts. [GH-1934]
|
status doesn't change after the Consul agent starts. [GH-1934]
|
||||||
* External services can now be registered with ACL tokens. [GH-1738]
|
* External services can now be registered with ACL tokens. [GH-1738]
|
||||||
|
|
Loading…
Reference in New Issue