diff --git a/source/client-side-operations-timeout/client-side-operations-timeout.md b/source/client-side-operations-timeout/client-side-operations-timeout.md index e4233e8e69..607ec76d55 100644 --- a/source/client-side-operations-timeout/client-side-operations-timeout.md +++ b/source/client-side-operations-timeout/client-side-operations-timeout.md @@ -665,7 +665,7 @@ timeout for each database operation. This would mimic using `timeoutMode=ITERATI ## Changelog -- 2024-08-23: Specify that explain helpers support support timeoutMS. +- 2024-09-12: Specify that explain helpers support support timeoutMS. - 2023-12-07: Migrated from reStructuredText to Markdown. - 2022-11-17: Use minimum RTT for maxTimeMS calculation instead of 90th percentile RTT. - 2022-10-05: Remove spec front matter. diff --git a/source/crud/crud.md b/source/crud/crud.md index 3862d2fd40..a327949058 100644 --- a/source/crud/crud.md +++ b/source/crud/crud.md @@ -2428,7 +2428,7 @@ aforementioned allowance in the SemVer spec. ## Changelog -- 2024-08-23: Specify that explain helpers support maxTimeMS. +- 2024-09-12: Specify that explain helpers support maxTimeMS. - 2024-02-20: Migrated from reStructuredText to Markdown.