We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a6d4a commit c33b875Copy full SHA for c33b875
source/upgrade/v3.txt
@@ -135,4 +135,7 @@ Version 3.0 Breaking Changes
135
};
136
137
// Serialize the document to JSON using the configured settings
138
- var json = document.ToJson(jsonWriterSettings);
+ var json = document.ToJson(jsonWriterSettings);
139
+
140
+- The ``MongoClient`` constructor accepts only one ``Credential`` object instead of an
141
+ array.
0 commit comments