diff --git a/source/includes/changelogs/releases/4.0.25.rst b/source/includes/changelogs/releases/4.0.25.rst index fbe99a6af43..3cb6acae505 100644 --- a/source/includes/changelogs/releases/4.0.25.rst +++ b/source/includes/changelogs/releases/4.0.25.rst @@ -59,5 +59,6 @@ Internals - :issue:`SERVER-57015` [RRFaM] Writing to the image collection must be in an UnreplicatedWriteBlock - :issue:`SERVER-57044` [v4.0] Add jstest that changing the FCV will disable new retryable findAndModify format even if storeFindAndModifyImagesInSideCollection=true - :issue:`SERVER-57172` Do json.send before DSI post_run +- :issue:`SERVER-57173` Write invalidated image for retryable findAndModify when secondaries apply operations earlier than minValid - :issue:`SERVER-57356` Better logging around failed chunk migration diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 178dc733d6b..7cd409bf12b 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -15,8 +15,8 @@ Minor Releases .. _4.0.25-release-notes: -4.0.25 - Upcoming -~~~~~~~~~~~~~~~~~ +4.0.25 - Jun 10, 2021 +~~~~~~~~~~~~~~~~~~~~~ Issues fixed: