]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md for 8.0.0 v8.0.0
authorAndrew Kryczka <andrewkr@fb.com>
Sun, 19 Feb 2023 21:44:55 +0000 (13:44 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Sun, 19 Feb 2023 21:44:55 +0000 (13:44 -0800)
HISTORY.md

index a300611b5ca16d384d9aa69f4159b6b03c1bf70b..c95b001ceac45a267d9c2208cad27189d6f12e63 100644 (file)
@@ -1,6 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
-
+## 8.0.0 (02/19/2023)
 ### Behavior changes
 * `ReadOptions::verify_checksums=false` disables checksum verification for more reads of non-`CacheEntryRole::kDataBlock` blocks.
 * In case of scan with async_io enabled, if posix doesn't support IOUring, Status::NotSupported error will be returned to the users. Initially that error was swallowed and reads were switched to synchronous reads.