mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-25 22:44:05 +00:00
Update HISTORY.md -- release RocksDB 3.0
This commit is contained in:
parent
7984b9bbb0
commit
044af85847
|
@ -1,6 +1,6 @@
|
||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
|
||||||
## Unreleased (will be released in 3.0)
|
## 3.0.0 (05/05/2014)
|
||||||
|
|
||||||
### Public API changes
|
### Public API changes
|
||||||
* Added _LEVEL to all InfoLogLevel enums
|
* Added _LEVEL to all InfoLogLevel enums
|
||||||
|
@ -9,6 +9,7 @@
|
||||||
### New Features
|
### New Features
|
||||||
* Column family support
|
* Column family support
|
||||||
* Added an option to use different checksum functions in BlockBasedTableOptions
|
* Added an option to use different checksum functions in BlockBasedTableOptions
|
||||||
|
* Added ApplyToAllCacheEntries() function to Cache
|
||||||
|
|
||||||
## 2.8.0 (04/04/2014)
|
## 2.8.0 (04/04/2014)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue