Update HISTORY.md for RocksJava

This commit is contained in:
Yueh-Hsuan Chiang 2014-11-14 11:19:00 -08:00
parent 136b8583bf
commit 7fe247080f
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@
### New features
* CompactFiles and EventListener, although they are still in experimental state
* Full ColumnFamily support in RocksJava.
## 3.7.0 (11/6/2014)
### Public API changes

View File

@ -1,5 +1,12 @@
# RocksJava Change Log
## By 11/14/2014
### New Features
* Full support for Column Family.
* Slice and Comparator support.
* Default merge operator support.
* RateLimiter support.
## By 06/15/2014
### New Features
* Added basic Java binding for rocksdb::Env such that multiple RocksDB can share the same thread pool and environment.