change history.md with new feature

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4626

Differential Revision: D12911848

Pulled By: jsjhoubo

fbshipit-source-id: db6c59665e7cdbda20c6c63b0abd3ce24b473ae9
main
Bo Hou 6 years ago committed by Facebook Github Bot
parent c3105aa50d
commit a29053b648
  1. 5
      HISTORY.md

@ -15,6 +15,11 @@
* Fix the bug that WriteBatchWithIndex's SeekForPrev() doesn't see the entries with the same key.
* Fix the bug where user comparator was sometimes fed with InternalKey instead of the user key. The bug manifests when during GenerateBottommostFiles.
## 5.17.1 (10/30/2018)
## Unreleased
### New Features
* Add xxhash64 checksum support
## 5.17.0 (10/05/2018)
### Public API Change
* `OnTableFileCreated` will now be called for empty files generated during compaction. In that case, `TableFileCreationInfo::file_path` will be "(nil)" and `TableFileCreationInfo::file_size` will be zero.

Loading…
Cancel
Save