Patch #1557515: Add RLIMIT_SBSIZE.
diff --git a/Misc/NEWS b/Misc/NEWS
index 285e8a4..07d1102 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,6 +62,8 @@
 Extension Modules
 -----------------
 
+- RLIMIT_SBSIZE was added to the resource module where available.
+
 - Bug #1551427: fix a wrong NULL pointer check in the win32 version
   of os.urandom().