allow arbitrary attributes on classmethod and staticmethod (closes #14051)
diff --git a/Misc/NEWS b/Misc/NEWS
index 1da9d8a..61b4035 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 Core and Builtins
 -----------------
 
+- Issue #14051: Allow arbitrary attributes to be set of classmethod and
+  staticmethod.
+
 - Issue #13020: Fix a reference leak when allocating a structsequence object
   fails.  Patch by Suman Saha.