From 1b7fbb9e82e80294130fcc70fc4ff9e29e363bf7 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Mon, 8 Dec 2014 15:19:48 -0800 Subject: [PATCH] Update HISTORY.md for release 3.9 --- HISTORY.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f2b5bf873..ad626711f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,11 @@ # Rocksdb Change Log -### Unreleased Features -* Add rocksdb::GetThreadList(), which returns the current status of all rocksdb-related threads. +### 3.9.0 (12/8/2014) + +### New Features +* Add rocksdb::GetThreadList(), which in the future will return the current status of all + rocksdb-related threads. We will have more code instruments in the following RocksDB + releases. ### Public API changes * New API to create a checkpoint added. Given a directory name, creates a new @@ -10,6 +14,9 @@ implementation of the API LinkFile will have to be provided. * MemTableRep takes MemTableAllocator instead of Arena +### Improvements +* RocksDBLite library now becomes smaller and will be compiled with -fno-exceptions flag. + ## 3.8.0 (11/14/2014) ### Public API changes