#5287: Add exception handling around findCaller() call to help out IronPython.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9b734d0..45d145e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@
 Library
 -------
 
+- Issue #5287: Add exception handling around findCaller() call in logging to
+  help out IronPython.
+
 - Issue #4524: distutils build_script command failed with --with-suffix=3.
   Initial patch by Amaury Forgeot d'Arc.