From 96e2c2c03164d5d7b7dd44bdc712a402d4868eed Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Fri, 28 Mar 2014 16:12:50 -0700 Subject: [PATCH] Geo spatial support. Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev: --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 905901853..f6ee32a60 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -22,6 +22,7 @@ we will ignore it. We assume that writers of these records were interrupted and that we can safely ignore it. * Now compaction filter has a V2 interface. It buffers the kv-pairs sharing the same key prefix, process them in batches, and return the batched results back to DB. +* Geo-spatial support for locations and radial-search. ## 2.7.0 (01/28/2014)