From 2dea3dd2587ebcfee65016862ef8a97ca07a10d4 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Mon, 9 Aug 2021 11:34:21 -0700 Subject: [PATCH] update HISTORY.md release date --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 29a775755..c29f8d51e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## 6.23.3 (2021-08-04) +## 6.23.3 (2021-08-09) ### Bug Fixes * Removed a call to `RenameFile()` on a non-existent info log file ("LOG") when opening a new DB. Such a call was guaranteed to fail though did not impact applications since we swallowed the error. Now we also stopped swallowing errors in renaming "LOG" file. * Fixed a bug affecting the batched `MultiGet` API when used with keys spanning multiple column families and `sorted_input == false`.