There was an error while loading. Please reload this page.
1 parent ce43cba commit 5c13da2Copy full SHA for 5c13da2
docs/migration-2.0.md
@@ -423,8 +423,12 @@ Dropping an index replies with a superset of the following message: `{nIndexesWa
423
424
#### ListSpecifications
425
426
+<!-- markdown-link-check-disable -->
427
+
428
Updated to return a slice of structs instead of a slice of pointers. See the [database analogue](#ListCollectionSpecifications) for migration guide.
429
430
+<!-- markdown-link-check-enable -->
431
432
### NewClient
433
434
`NewClient` has been removed, use the `Connect` function in the `mongo` package instead.
0 commit comments