From e127ed25aaa53b299d3f40828e0648de8ac41ec6 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Fri, 27 Sep 2013 19:59:30 -0700 Subject: [PATCH] Touch History.md --- History.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.md b/History.md index a81fadcf71..6abbe60e9a 100644 --- a/History.md +++ b/History.md @@ -23,6 +23,8 @@ MINIMONGO * Fix various bugs with using Mongo ObjectIds. (XXX bad description! this is 3cfeed and 008847) +* `$near` operator for `2d` and `2dsphere` indices. + * Improve behavior of `$ne`, $nin`, and `$not` selectors with objects containing arrays. #1451