Update HISTORY.md for RocksJava

main
Yueh-Hsuan Chiang 10 years ago
parent 136b8583bf
commit 7fe247080f
  1. 1
      HISTORY.md
  2. 7
      java/HISTORY-JAVA.md

@ -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

@ -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.

Loading…
Cancel
Save