From: Yueh-Hsuan Chiang Date: Tue, 17 Nov 2015 21:53:06 +0000 (-0800) Subject: Update HISTORY.md for RocksDB 4.1 X-Git-Tag: rocksdb-4.2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7f64b56f6b4e7db91967f11c35606b3ca7b6495d;p=rocksdb.git Update HISTORY.md for RocksDB 4.1 Summary: Update HISTORY.md for RocksDB 4.1 Test Plan: no code change Reviewers: igor, sdong, anthony, IslamAbdelRahman, rven, kradhakrishnan Subscribers: leveldb --- diff --git a/HISTORY.md b/HISTORY.md index f4227078..d06acc66 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Rocksdb Change Log -## Unreleased +## 4.2.0 (11/9/2015) ### New Features * Introduce CreateLoggerFromOptions(), this function create a Logger for provided DBOptions. * Add GetAggregatedIntProperty(), which returns the sum of the GetIntProperty of all the column families.