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