Add a news entry for the functions verify and vereq that have been removed in r77729 and r77731
diff --git a/Misc/NEWS b/Misc/NEWS
index 3dac0ea..963092c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@
 Library
 -------
 
+- Removed the functions 'verify' and 'vereq' from Lib/test/test_support.py.
+
 - Issue #7773: Fix an UnboundLocalError in platform.linux_distribution() when
   the release file is empty.