A note about EX_OK and friends in the posixmodule.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5f3f847..bb7bfa0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Extension modules
 -----------------
 
+- os/posixmodule has grown the sysexits.h constants (EX_OK and friends).
+
 - Fixed broken threadstate swap in readline that could cause fatal
   errors when a readline hook was being invoked while a background
   thread was active.  (SF bugs #660476 and #513033.)