From 7355e5efd48eead548b9cfb0ca1d4e9c58543f98 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 12 Sep 2024 15:41:20 -0600 Subject: [PATCH] update changelog dates --- .../client-side-operations-timeout.md | 2 +- source/crud/crud.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.