]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md rocksdb-3.5
authorLei Jin <lei@fb.com>
Wed, 3 Sep 2014 18:31:09 +0000 (11:31 -0700)
committerLei Jin <lei@fb.com>
Wed, 3 Sep 2014 18:32:42 +0000 (11:32 -0700)
Summary: as title

Test Plan: no

Reviewers: igor, sdong

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D22761

HISTORY.md

index 420377cbf5a77d9bb8b6cf25dd513f62670a3388..c6c566ede22d8debe02dfe3fb7a81da4f85aea42 100644 (file)
@@ -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:
 ### 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