Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
diff --git a/Misc/NEWS b/Misc/NEWS
index 46d03dc..f172246 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -216,6 +216,9 @@
 Library
 -------
 
+- Issue #17521: Corrected non-enabling of logger following two calls to
+  fileConfig().
+
 - Issue #17508: Corrected MemoryHandler configuration in dictConfig() where
   the target handler wasn't configured first.