From 345ab0b32cfcf5557098c832c02e3fe3b4536a1b Mon Sep 17 00:00:00 2001 From: Dom Date: Thu, 19 Oct 2017 15:24:18 +0100 Subject: [PATCH] readme: credit @bozaro and @idy (#53) * readme: credit @bozaro and @idy * readme: add @idy to contributor list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36688b3d0..87cde972e 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)) --- @@ -42,6 +44,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * @eaglerayp * @feliixx * @fmpwizard +* @idy * @jameinel * @gazoon * @mapete94