Update HISTORY.md -- release RocksDB 3.0

This commit is contained in:
Igor Canadi 2014-05-05 14:44:57 -07:00
parent 7984b9bbb0
commit 044af85847

View file

@ -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)