From b06c1167875244c220b2a71e356562445ede9987 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Wed, 5 Jul 2017 11:09:08 +0100 Subject: [PATCH] Add more changes to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8ba057b9..ca1de13df 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Improved connection handling ([details](https://github.com/globalsign/mgo/pull/5)) * Hides SASL warnings ([details](https://github.com/globalsign/mgo/pull/7)) * Improved multi-document transaction performance ([details](https://github.com/globalsign/mgo/pull/10), [more](https://github.com/globalsign/mgo/pull/11)) +* Integration tests run against newest MongoDB 3.2 releases ([details](https://github.com/globalsign/mgo/pull/4)) +* Support for partial indexes ([detials](https://github.com/domodwyer/mgo/commit/5efe8eccb028238d93c222828cae4806aeae9f51)) ---