Updating HISTORY.md

Summary: Added 4.3.0 version

Test Plan:

Reviewers:

CC: leveldb@

Task ID: #9298965

Blame Rev:
main
krad 9 years ago
parent 758dbec7f0
commit 188170fb4e
  1. 2
      HISTORY.md

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

Loading…
Cancel
Save