Update CHANGELOG.md

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

View File

@ -46,6 +46,8 @@ IMPROVEMENTS:
BUG FIXES: 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 * 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 from using cached modified objects during transactions, leading to extra copies
and increased memory / GC pressure. [GH-2106] and increased memory / GC pressure. [GH-2106]