Issue #8344: Fix test_ttk bug on FreeBSD.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3bd058d..1630e88 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@
 Library
 -------
 
+- Issue #8344: Fix test_ttk bug on FreeBSD.
+
 - Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
   using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
   and `ssl.OPENSSL_VERSION_NUMBER`.