From 9b966e7601c0090964a2a678fc5c203c02a5ec4e Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Wed, 11 Oct 2017 12:23:19 +0100 Subject: [PATCH] readme: credit @bozaro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b8ebb29b..36688b3d0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Provide BSON constants for convenience/sanity ([details](https://github.com/globalsign/mgo/pull/41)) * 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)) ---