From: sdong Date: Mon, 18 Aug 2014 23:27:08 +0000 (-0700) Subject: Update release note of 3.4 X-Git-Tag: rocksdb-3.4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83e92ff35d0966825b0fc0c5261ed13eef0468d6;p=rocksdb.git Update release note of 3.4 Summary: N/A Test Plan: N/A Reviewers: yhchiang, ljin Reviewed By: ljin Subscribers: dhruba, leveldb, igor Differential Revision: https://reviews.facebook.net/D22053 --- diff --git a/HISTORY.md b/HISTORY.md index dbae316f..c5495891 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,12 @@ ### Unreleased ### New Features + +### Public API changes + + +## 3.4.0 (8/18/2014) +### New Features * Support Multiple DB paths in universal style compactions * Add feature of storing plain table index and bloom filter in SST file. * CompactRange() will never output compacted files to level 0. This used to be the case when all the compaction input files were at level 0.