From a29053b6488d46745a0f6b51dbac2e6069189398 Mon Sep 17 00:00:00 2001 From: Bo Hou Date: Fri, 2 Nov 2018 19:05:32 -0700 Subject: [PATCH] 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 --- HISTORY.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 68b079ebb..c308cbb7d 100644 --- a/HISTORY.md +++ b/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.