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