Skip to content

Commit c33b875

Browse files
authored
Single MongoClient Credential (#249)
1 parent 45a6d4a commit c33b875

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/upgrade/v3.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,7 @@ Version 3.0 Breaking Changes
135135
};
136136

137137
// Serialize the document to JSON using the configured settings
138-
var json = document.ToJson(jsonWriterSettings);
138+
var json = document.ToJson(jsonWriterSettings);
139+
140+
- The ``MongoClient`` constructor accepts only one ``Credential`` object instead of an
141+
array.

0 commit comments

Comments
 (0)