Summary: Update HISTORY for bug fix.

Test Plan: n/a
This commit is contained in:
Peter Dillinger 2021-11-29 09:10:53 -08:00
parent 57a817df76
commit 0b31668e0c

View File

@ -1,4 +1,8 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased
### Bug Fixes
* Fixed a bug that could, with WAL enabled, cause backups, checkpoints, and `GetSortedWalFiles()` to fail randomly with an error like `IO error: 001234.log: No such file or directory`
## 6.27.0 (2021-11-19) ## 6.27.0 (2021-11-19)
### New Features ### New Features
* Added new ChecksumType kXXH3 which is faster than kCRC32c on almost all x86\_64 hardware. * Added new ChecksumType kXXH3 which is faster than kCRC32c on almost all x86\_64 hardware.