update HISTORY.md release date

This commit is contained in:
Andrew Kryczka 2021-08-09 11:34:21 -07:00
parent 37c4996282
commit 2dea3dd258

View File

@ -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`.