diff --git a/HISTORY.md b/HISTORY.md index 2d65e69d1..08c26cc2a 100644 --- a/HISTORY.md +++ b/HISTORY.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 diff --git a/java/HISTORY-JAVA.md b/java/HISTORY-JAVA.md index 4cf0f7d18..7a293fd3f 100644 --- a/java/HISTORY-JAVA.md +++ b/java/HISTORY-JAVA.md @@ -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.