Skip to content

Commit

Permalink
update HISTORY.md release date
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Aug 9, 2021
1 parent 37c4996 commit 2dea3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 2dea3dd

Please sign in to comment.