From 1b1d9619ff708fa72b834c247592fc591f993330 Mon Sep 17 00:00:00 2001 From: Lei Jin Date: Wed, 3 Sep 2014 17:03:30 -0700 Subject: [PATCH] update HISTORY.md Summary: as title Test Plan: no Reviewers: sdong, igor Reviewed By: igor Subscribers: leveldb Differential Revision: https://reviews.facebook.net/D22761 --- HISTORY.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 420377cbf5a..c6c566ede22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Rocksdb Change Log ### Unreleased + +----- Past Releases ----- + +## 3.5.0 (9/3/2014) ### New Features * Add include/utilities/write_batch_with_index.h, providing a utilitiy class to query data out of WriteBatch when building it. * Move BlockBasedTable related options to BlockBasedTableOptions from Options. Change corresponding JNI interface. Options affected include: @@ -11,10 +15,6 @@ ### Public API changes * The Prefix Extractor used with V2 compaction filters is now passed user key to SliceTransform::Transform instead of unparsed RocksDB key. - ------ Past Releases ----- - - ## 3.4.0 (8/18/2014) ### New Features * Support Multiple DB paths in universal style compactions