changelog++

This commit is contained in:
Vishal Nayak 2019-09-30 17:52:10 -04:00
parent 7fb092e00b
commit 464cd91fd5
1 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@ IMPROVEMENTS:
* secrets/aws: The root config can now be read [GH-7245]
* storage/cassandra: Improve storage efficiency by eliminating unnecessary
copies of value data [GH-7199]
* replication (enterprise): Write-Ahead-Log entries will not duplicate the
data belonging to the encompassing physical entries of the transaction,
thereby improving the performance and storage capacity.
BUG FIXES:
* agent: Fix handling of gzipped responses [GH-7470]