Updating HISTORY.md

Summary: Added 4.3.0 version

Test Plan:

Reviewers:

CC: leveldb@

Task ID: #9298965

Blame Rev:
This commit is contained in:
krad 2015-12-08 17:45:25 -08:00
parent 758dbec7f0
commit 188170fb4e

View File

@ -1,6 +1,6 @@
# Rocksdb Change Log
## Unreleased
## 4.3.0 (12/8/2015)
### New Features
* CompactionFilter has new member function called IgnoreSnapshots which allows CompactionFilter to be called even if there are snapshots later than the key.
* RocksDB will now persist options under the same directory as the RocksDB database on successful DB::Open, CreateColumnFamily, DropColumnFamily, and SetOptions.