Skip to content

Commit ea8e8e6

Browse files
authored
readme: credit @feliixx (#58)
1 parent 7cd0b89 commit ea8e8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
1111
* Fixes attempting to authenticate before every query ([details](https://github.com/go-mgo/mgo/issues/254))
1212
* Removes bulk update / delete batch size limitations ([details](https://github.com/go-mgo/mgo/issues/288))
1313
* Adds native support for `time.Duration` marshalling ([details](https://github.com/go-mgo/mgo/pull/373))
14-
* Reduce memory footprint / garbage collection pressure by reusing buffers ([details](https://github.com/go-mgo/mgo/pull/229))
14+
* Reduce memory footprint / garbage collection pressure by reusing buffers ([details](https://github.com/go-mgo/mgo/pull/229), [more](https://github.com/globalsign/mgo/pull/56))
1515
* Support majority read concerns ([details](https://github.com/globalsign/mgo/pull/2))
1616
* Improved connection handling ([details](https://github.com/globalsign/mgo/pull/5))
1717
* Hides SASL warnings ([details](https://github.com/globalsign/mgo/pull/7))

0 commit comments

Comments
 (0)