File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
30
30
* Consistently unmarshal time.Time values as UTC ([ details] ( https://github.com/globalsign/mgo/pull/42 ) )
31
31
* Enforces best practise coding guidelines ([ details] ( https://github.com/globalsign/mgo/pull/44 ) )
32
32
* GetBSON correctly handles structs with both fields and pointers ([ details] ( https://github.com/globalsign/mgo/pull/40 ) )
33
+ * Improved bson.Raw unmarshalling performance ([ details] ( https://github.com/globalsign/mgo/pull/49 ) )
34
+ * Minimise socket connection timeouts due to excessive locking ([ details] ( https://github.com/globalsign/mgo/pull/52 ) )
33
35
34
36
---
35
37
@@ -42,6 +44,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
42
44
* @eaglerayp
43
45
* @feliixx
44
46
* @fmpwizard
47
+ * @idy
45
48
* @jameinel
46
49
* @gazoon
47
50
* @mapete94
You can’t perform that action at this time.
0 commit comments