Update history for 3.11

Flipped the unreleased section to 3.11
This commit is contained in:
Karthikeyan Radhakrishnan 2015-05-19 14:19:11 -07:00
parent 08b6b3796e
commit d5de04d20e

View File

@ -1,6 +1,6 @@
# Rocksdb Change Log
## Unreleased
## 3.11.0 (5/19/2015)
### 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.