Update history for 3.11
Flipped the unreleased section to 3.11
This commit is contained in:
parent
08b6b3796e
commit
d5de04d20e
@ -1,6 +1,6 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
|
||||||
## Unreleased
|
## 3.11.0 (5/19/2015)
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
* Added a new API Cache::SetCapacity(size_t capacity) to dynamically change the maximum configured capacity of the cache. If the new capacity is less than the existing cache usage, the implementation will try to lower the usage by evicting the necessary number of elements following a strict LRU policy.
|
* Added a new API Cache::SetCapacity(size_t capacity) to dynamically change the maximum configured capacity of the cache. If the new capacity is less than the existing cache usage, the implementation will try to lower the usage by evicting the necessary number of elements following a strict LRU policy.
|
||||||
|
Loading…
Reference in New Issue
Block a user