From: Igor Canadi Date: Mon, 5 May 2014 21:44:57 +0000 (-0700) Subject: Update HISTORY.md -- release RocksDB 3.0 X-Git-Tag: v3.0^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=044af85847ff7c75717473328f7e0b3f006d431c;p=rocksdb.git Update HISTORY.md -- release RocksDB 3.0 --- diff --git a/HISTORY.md b/HISTORY.md index a46a51a3..f64d5327 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Rocksdb Change Log -## Unreleased (will be released in 3.0) +## 3.0.0 (05/05/2014) ### Public API changes * Added _LEVEL to all InfoLogLevel enums @@ -9,6 +9,7 @@ ### New Features * Column family support * Added an option to use different checksum functions in BlockBasedTableOptions +* Added ApplyToAllCacheEntries() function to Cache ## 2.8.0 (04/04/2014)