Close #14969: Improve the handling of exception chaining in contextlib.ExitStack
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dcf4b5..7c5a86f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Library
 -------
 
+- Issue #14969: Better handling of exception chaining in contextlib.ExitStack
+
 - Issue #14962: Update text coloring in IDLE shell window after changing
   options.  Patch by Roger Serwy.