From: Yueh-Hsuan Chiang Date: Wed, 25 Mar 2015 21:14:26 +0000 (-0700) Subject: Add a missing section title in HISTORY.md X-Git-Tag: v3.10~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=39d508e34cfc203552b4a15e4ec78035edb5cea5;p=rocksdb.git Add a missing section title in HISTORY.md Summary: Add a missing section title in HISTORY.md Test Plan: no code change --- diff --git a/HISTORY.md b/HISTORY.md index 85c37bf6..b19eec20 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ # Rocksdb Change Log ## 3.10.0 (3/24/2015) +### New Features * GetThreadStatus() is now able to report detailed thread status, including: - Thread Operation including flush and compaction. - The stage of the current thread operation.