diff --git a/reference/mongo/mongocursor/info.xml b/reference/mongo/mongocursor/info.xml index c6b6e51fa1..84cd5bfcf6 100644 --- a/reference/mongo/mongocursor/info.xml +++ b/reference/mongo/mongocursor/info.xml @@ -26,8 +26,44 @@ &reftitle.returnvalues; - Returns the namespace, limit, skip, query, and fields for this cursor. In - version 1.0.10+, it also returns whether the cursor is pre- or post-query. + Returns the namespace, limit, skip, query, and fields for this cursor. + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 1.0.10 + + Added started_iterating field, a boolean indicating + if cursor is pre- or post-query. + + + + 1.1.0 + + Added a number of other fields, including id (the + cursor id), at (the driver's counter of which + document is current), numReturned (the number + returned by the server in the current batch), and + server (which server the query was sent + to—useful in conjunction with + MongoCursor::slaveOkay. + + + + +