#3968: fix missing update() call in end_fill().
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fcf456..87d19cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,8 @@
 Library
 -------
 
+- Issues #3968 and #3969: two minor turtle problems.
+
 - Issue #3547: Fixed ctypes structures bitfields of varying integer
   sizes.