Patch #1671450: add a section about subclassing builtin types to the
"extending and embedding" tutorial.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1141ecf..b0bc889 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -502,6 +502,9 @@
 Documentation
 -------------
 
+- Patch #1671450: add a section about subclassing builtin types to the
+  "extending and embedding" tutorial.
+
 - Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next
   docs.