Skip to content

Commit 9741bfc

Browse files
authored
1 parent 255136a commit 9741bfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
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)