document PEP 11 progress so far.
diff --git a/Misc/NEWS b/Misc/NEWS
index 63b3321..d76a035 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,14 @@
 Build
 -----
 
+- Support for DGUX, SunOS 4, IRIX 4 and Minix was removed (see PEP 11).
+
+- Support for systems requiring --with-dl-dld or --with-sgi-dl was removed
+  (see PEP 11).
+
+- Tests for sizeof(char) were removed since ANSI C mandates that
+  sizeof(char) must be 1.
+
 C API
 -----