Issue #21493: Added test for ntpath.expanduser().  Original patch by
Claudiu Popa.
diff --git a/Misc/NEWS b/Misc/NEWS
index 917c292..f191683 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,6 +30,9 @@
 Tests
 -----
 
+- Issue #21493: Added test for ntpath.expanduser().  Original patch by
+  Claudiu Popa.
+
 - Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
 
 - Issue #13355: random.triangular() no longer fails with a ZeroDivisionError