Update HISTORY.md for recent two hot fixes.

This commit is contained in:
sdong 2017-01-20 12:07:49 -08:00
parent 6bca22522b
commit a5163cfa60

View File

@ -1,4 +1,9 @@
# Rocksdb Change Log
## Unreleased
### Bug fixes
* Fix the data corruption bug in the case that concurrent memtable write is enabled and 2PC is used.
* OptimizeForPointLookup() doesn't work with the default DB setting of allow_concurrent_memtable_write=true. Fix it.
## 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.