From 83e92ff35d0966825b0fc0c5261ed13eef0468d6 Mon Sep 17 00:00:00 2001 From: sdong Date: Mon, 18 Aug 2014 16:27:08 -0700 Subject: [PATCH] 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 --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index dbae316f5c1..c5495891e22 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.