Update history for 3.11

Flipped the unreleased section to 3.11
main
Karthikeyan Radhakrishnan 9 years ago
parent 08b6b3796e
commit d5de04d20e
  1. 2
      HISTORY.md

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

Loading…
Cancel
Save