Issue #15177: Added dir_fd parameter to os.fwalk().
diff --git a/Misc/NEWS b/Misc/NEWS
index 24a1458..7f4a294 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@
 Library
 -------
 
+- Issue #15177: Added dir_fd parameter to os.fwalk().
+
 - Issue #15176: Clarified behavior, documentation, and implementation
   of os.listdir().