Issue #16491: IDLE now prints chained exception tracebacks.
diff --git a/Misc/NEWS b/Misc/NEWS
index f51476a..029c930 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -199,6 +199,8 @@
 Library
 -------
 
+- Issue #16491: IDLE now prints chained exception tracebacks.
+
 - Issue #16828: Fix error incorrectly raised by bz2.compress(''). Patch by
   Martin Packman.