summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2023-02-19 13:44:55 -0800
committerAndrew Kryczka <andrewkr@fb.com>2023-02-19 13:44:55 -0800
commitfdf403f5918a2b4355cf75ebe5e21d0fc22db880 (patch)
treefa9d226cd592462d4a40edb9f96d4951eb65ae86
parent4b87e21f3a7b65f31d178eb934bccb6f14aee79f (diff)
update HISTORY.md for 8.0.0v8.0.0
-rw-r--r--HISTORY.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a300611b5..c95b001ce 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -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.