From 91cf46c3ef1013857ec915403d99a9007f84d06b Mon Sep 17 00:00:00 2001 From: Dom Date: Mon, 19 Feb 2018 11:27:01 +0000 Subject: [PATCH] readme: credit @peterdeka and @steve-gray (#110) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c605e6bb0..cd5edff49 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Minimise socket connection timeouts due to excessive locking ([details](https://github.com/globalsign/mgo/pull/52)) * Natively support X509 client authentication ([details](https://github.com/globalsign/mgo/pull/55)) * Gracefully recover from a temporarily unreachable server ([details](https://github.com/globalsign/mgo/pull/69)) +* Use JSON tags when no explicit BSON are tags set ([details](https://github.com/globalsign/mgo/pull/91)) +* Support [$changeStream](https://docs.mongodb.com/manual/changeStreams/) tailing on 3.6+ ([details](https://github.com/globalsign/mgo/pull/97)) --- @@ -51,6 +53,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * @jameinel * @gazoon * @mapete94 +* @peterdeka * @Reenjii * @smoya +* @steve-gray * @wgallagher \ No newline at end of file