Allow usage of SomeABC.register as a class decorator.  Patch by Edoardo Spadolini (#10868).
diff --git a/Misc/NEWS b/Misc/NEWS
index 91a727a..6df1ace 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@
 Library
 -------
 
+- Issue #10868: Allow usage of the register method of an ABC as a class
+  decorator.
+
 - Issue #11224: Fixed a regression in tarfile that affected the file-like
   objects returned by TarFile.extractfile() regarding performance, memory
   consumption and failures with the stream interface.