From 629da3b469817f51eebf948690749df456d7b332 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Thu, 19 Oct 2017 12:57:33 +0100 Subject: [PATCH 1/2] readme: credit @bozaro and @idy --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36688b3d0..68ab7308c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Consistently unmarshal time.Time values as UTC ([details](https://github.com/globalsign/mgo/pull/42)) * Enforces best practise coding guidelines ([details](https://github.com/globalsign/mgo/pull/44)) * GetBSON correctly handles structs with both fields and pointers ([details](https://github.com/globalsign/mgo/pull/40)) +* Improved bson.Raw unmarshalling performance ([details](https://github.com/globalsign/mgo/pull/49)) +* Minimise socket connection timeouts due to excessive locking ([details](https://github.com/globalsign/mgo/pull/52)) --- From eb641bef64be54f8dd8a7f2d86f8f89124af1262 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Thu, 19 Oct 2017 13:39:29 +0100 Subject: [PATCH 2/2] readme: add @idy to contributor list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68ab7308c..87cde972e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * @eaglerayp * @feliixx * @fmpwizard +* @idy * @jameinel * @gazoon * @mapete94