Update HISTORY for 7.4.0 release freeze (#10196)

Summary:
Planned for Sunday 6/19

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

Test Plan: no code

Reviewed By: akankshamahajan15

Differential Revision: D37244857

Pulled By: pdillinger

fbshipit-source-id: afbf4aa201983b3c01c16b5f55c68f2325d17421
main
Peter Dillinger 2 years ago committed by Facebook GitHub Bot
parent 0e0a19832e
commit fac7a23685
  1. 2
      HISTORY.md

@ -1,5 +1,5 @@
# Rocksdb Change Log
## Unreleased
## 7.4.0 (06/19/2022)
### Bug Fixes
* Fixed a bug in calculating key-value integrity protection for users of in-place memtable updates. In particular, the affected users would be those who configure `protection_bytes_per_key > 0` on `WriteBatch` or `WriteOptions`, and configure `inplace_callback != nullptr`.
* Fixed a bug where a snapshot taken during SST file ingestion would be unstable.

Loading…
Cancel
Save