Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/migration-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,12 @@ Dropping an index replies with a superset of the following message: `{nIndexesWa

#### ListSpecifications

<!-- markdown-link-check-disable -->

Updated to return a slice of structs instead of a slice of pointers. See the [database analogue](#ListCollectionSpecifications) for migration guide.

<!-- markdown-link-check-enable -->

### NewClient

`NewClient` has been removed, use the `Connect` function in the `mongo` package instead.
Expand Down
Loading