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
2 changes: 1 addition & 1 deletion source/release-notes/5.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ protocol, upgrade your driver to a 5.0-compatible version.
Any code explicitly using :dbcommand:`getLastError`,
:method:`db.getLastError()`, or :method:`db.getLastErrorObj()`
should instead use the CRUD API to issue the write with
the designed :doc:`write concern </reference/write-concern>`.
the desired :doc:`write concern </reference/write-concern>`.
Information about the success or failure of the write operation will be
provided directly by the driver as a return value.

Expand Down