@ -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
* Added basic Java binding for rocksdb::Env such that multiple RocksDB can share the same thread pool and environment.