From bcefedeb6de15b8c0c219dcb925d43fd87855ccb Mon Sep 17 00:00:00 2001 From: Spencer Kimball Date: Wed, 13 Aug 2014 09:53:32 -0400 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index dbae316f5..b61cc4fff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -13,6 +13,7 @@ * Statistics APIs now take uint32_t as type instead of Tickers. Also make two access functions getTickerCount and histogramData const * Add DB property rocksdb.estimate-num-keys, estimated number of live keys in DB. * Add DB::GetIntProperty(), which returns DB properties that are integer as uint64_t. +* The Prefix Extractor used with V2 compaction filters is now passed user key to SliceTransform::Transform instead of unparsed RocksDB key. ## 3.3.0 (7/10/2014) ### New Features