Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-06-28 09:08:31 -07:00 committed by GitHub
parent 8358df599d
commit 052f9d1c24
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ IMPROVEMENTS:
BUG FIXES:
* Fixed a deadlock releated to sorting the list of available datacenters by round trip
time. [GH-2130]
* 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]