mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 14:31:35 +00:00
Update HISTORY.md for RocksJava
This commit is contained in:
parent
136b8583bf
commit
7fe247080f
|
@ -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…
Reference in a new issue