Skip to content

Commit 91cf46c

Browse files
authored
readme: credit @peterdeka and @steve-gray (#110)
1 parent 8a049e5 commit 91cf46c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
3434
* Minimise socket connection timeouts due to excessive locking ([details](https://github.com/globalsign/mgo/pull/52))
3535
* Natively support X509 client authentication ([details](https://github.com/globalsign/mgo/pull/55))
3636
* Gracefully recover from a temporarily unreachable server ([details](https://github.com/globalsign/mgo/pull/69))
37+
* Use JSON tags when no explicit BSON are tags set ([details](https://github.com/globalsign/mgo/pull/91))
38+
* Support [$changeStream](https://docs.mongodb.com/manual/changeStreams/) tailing on 3.6+ ([details](https://github.com/globalsign/mgo/pull/97))
3739

3840
---
3941

@@ -51,6 +53,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
5153
* @jameinel
5254
* @gazoon
5355
* @mapete94
56+
* @peterdeka
5457
* @Reenjii
5558
* @smoya
59+
* @steve-gray
5660
* @wgallagher

0 commit comments

Comments
 (0)