Patch #1759: Backport of PEP 3129 class decorators
with some help from Georg
diff --git a/Misc/NEWS b/Misc/NEWS
index 89f4c49..055f768 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Patch #1759: Backport of PEP 3129 class decorators
+
 - Issue #1881: An internal parser limit has been increased. Also see 
   issue 215555 for a discussion.