Issue #19928: Implemented a test for repr() of cell objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index 30b7967..b1a4e1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,8 @@
 Tests
 -----
 
+- Issue #19928: Implemented a test for repr() of cell objects.
+
 - Issue #19595: Re-enabled a long-disabled test in test_winsound.
 
 - Issue #19588: Fixed tests in test_random that were silently skipped most