From: anand76 Date: Tue, 22 Nov 2022 01:00:01 +0000 (-0800) Subject: Update HISTORY.md for 7.9.0 (#10973) X-Git-Tag: v7.10.2~75 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ff6da6bd5bd3c3f41aa18320e84207236f8b40f;p=rocksdb.git Update HISTORY.md for 7.9.0 (#10973) Summary: Update HISTORY.md for 7.9.0 release. Pull Request resolved: https://github.com/facebook/rocksdb/pull/10973 Reviewed By: pdillinger Differential Revision: D41453720 Pulled By: anand1976 fbshipit-source-id: 47a23d4b6539ec6a9a09c9e69c026f7c8b10afa7 --- diff --git a/HISTORY.md b/HISTORY.md index 8afd86a20..6085da8ca 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.9.0 (11/21/2022) ### Performance Improvements * Fixed an iterator performance regression for delete range users when scanning through a consecutive sequence of range tombstones (#10877).