Update HISTORY.md for the upcoming 7.5 release (#10372)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/10372

Reviewed By: riversand963

Differential Revision: D37894412

fbshipit-source-id: 77055a460d662f3b89921102a16b1a726d324d84
This commit is contained in:
sdong 2022-07-15 15:35:14 -07:00 committed by Facebook GitHub Bot
parent fb579a221c
commit 7506c1a4ca

View File

@ -1,5 +1,7 @@
# Rocksdb Change Log
## Unreleased
## 7.5.0 (07/15/2022)
### New Features
* Mempurge option flag `experimental_mempurge_threshold` is now a ColumnFamilyOptions and can now be dynamically configured using `SetOptions()`.
* Support backward iteration when `ReadOptions::iter_start_ts` is set.