Add description to the 2PC checkpooint bug in HISTORY.md

Summary: Closes https://github.com/facebook/rocksdb/pull/1729

Differential Revision: D4371674

Pulled By: siying

fbshipit-source-id: 907e373
This commit is contained in:
Siying Dong 2016-12-28 15:48:10 -08:00 committed by Facebook Github Bot
parent 438f22bc56
commit 906523d98a
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
* Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a file successfully.
* BackupEngine::Open and BackupEngineReadOnly::Open now always return error statuses matching those of the backup Env.
### Bug Fixes
* Fix the bug that if 2PC is enabled, checkpoints may loss some recent transactions.
## 5.0.0 (11/17/2016)
### Public API Change
* Options::max_bytes_for_level_multiplier is now a double along with all getters and setters.