-
Notifications
You must be signed in to change notification settings - Fork 266
Add missing version info for 1.3.0 release #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
dc1a379
4505413
cf75261
9dc7918
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,6 @@ source: | |
source: | ||
file: apiargs-common-option.yaml | ||
ref: session | ||
post: | | ||
.. versionadded:: 1.3 | ||
... |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,6 @@ source: | |
source: | ||
file: apiargs-common-option.yaml | ||
ref: session | ||
post: | | ||
.. versionadded:: 1.3 | ||
... |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ source: | |
source: | ||
file: apiargs-common-option.yaml | ||
ref: session | ||
post: | | ||
.. versionadded:: 1.3 | ||
... |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,6 @@ source: | |
source: | ||
file: apiargs-common-option.yaml | ||
ref: session | ||
post: | | ||
.. versionadded:: 1.3 | ||
... |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
MongoDB\\Client::startSession() | ||
=============================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
.. versionadded:: 1.3 | ||
|
||
.. default-domain:: mongodb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This rendered fine before. Just re-ordering it for consistency with other RST files. |
||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
================================ | ||
============================ | ||
MongoDB\\Collection::watch() | ||
================================ | ||
============================ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't notice build warnings for the previous header lines (not sure if strict warnings are being suppressed), but it is something RST can sometimes complain about so this was a quick fix. |
||
|
||
.. versionadded:: 1.3 | ||
|
||
.. default-domain:: mongodb | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should maxTimeMS also show
versionadded:: 1.3
here and in dropIndexes-option??There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I missed 3e83aa7. Thanks for catching that!