From 39d508e34cfc203552b4a15e4ec78035edb5cea5 Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Wed, 25 Mar 2015 14:14:26 -0700 Subject: [PATCH] Add a missing section title in HISTORY.md Summary: Add a missing section title in HISTORY.md Test Plan: no code change --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 85c37bf68..b19eec201 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.