#6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
diff --git a/Misc/NEWS b/Misc/NEWS
index 997e085..59ec000 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Library
 -------
 
+- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
+
 - Issue #17526: fix an IndexError raised while passing code without filename to
   inspect.findsource().  Initial patch by Tyler Doyle.