Credit where credit is due
diff --git a/Misc/NEWS b/Misc/NEWS
index 97171e0..ad6090e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@
 -----------------
 
 - Issue #9212: dict_keys and dict_items now provide the isdisjoint()
-  method, to conform to the Set ABC.
+  method, to conform to the Set ABC.  Patch by Daniel Urban.
 
 - Issue #9737: Fix a crash when trying to delete a slice or an item from
   a memoryview object.