summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand76 <anand76@devvm6332.prn0.facebook.com>2023-04-06 09:38:52 -0700
committeranand76 <anand76@devvm6332.prn0.facebook.com>2023-04-06 09:38:52 -0700
commit6a436150417120a3f9732d65a2a5c2b8d19b60fc (patch)
tree432003c4d7dea5711cd086a52cb661c91f1eeb77
parentaf72046d1466da8c5332473c53412a1c5d8dbc8c (diff)
Update HISTORY.md for 8.1.1v8.1.1
-rw-r--r--HISTORY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 48d7cae7c..1befc82af 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 8.1.1 (04/06/2023)
### Bug Fixes
* In the DB::VerifyFileChecksums API, ensure that file system reads of SST files are equal to the readahead_size in ReadOptions, if specified. Previously, each read was 2x the readahead_size.