summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Canadi <icanadi@fb.com>2014-05-05 14:44:57 -0700
committerIgor Canadi <icanadi@fb.com>2014-05-05 14:44:57 -0700
commit044af85847ff7c75717473328f7e0b3f006d431c (patch)
treef91777e923337f273523f0bce041d483742587c5
parent7984b9bbb0d5ae9938c1c0bf596ebb98e5e2827a (diff)
Update HISTORY.md -- release RocksDB 3.0v3.0
-rw-r--r--HISTORY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a46a51a32..f64d53275 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)