#2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate
diff --git a/Misc/NEWS b/Misc/NEWS
index 252dbe3..7384c9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@
 
 - Issue #2790: sys.flags was not properly exposing its bytes_warning attribute.
 
+- Issue #2196: hasattr now lets exceptions which do not inherit Exception
+  (KeyboardInterrupt, and SystemExit) propagate instead of ignoring them
+
 Extension Modules
 -----------------