Issue #23568: Add rdivmod support to MagicMock() objects.

Patch by Håkan Lövdahl.
diff --git a/NEWS b/NEWS
index 6278fba..e9ade12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- Issue #23568: Add rdivmod support to MagicMock() objects.
+  Patch by Håkan Lövdahl.
+
 - Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl.
 
 - Issue #23326: Removed __ne__ implementations.  Since fixing default __ne__