Bug #1531405, format_exception no longer raises an exception if
str(exception) raised an exception.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1923b4f..7a1d7bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,38 @@
 
 (editors: check NEWS.help for information about editing NEWS using ReST.)
 
+What's New in Python 2.5 release candidate 1?
+=============================================
+
+*Release date: XX-AUG-2006*
+
+Core and builtins
+-----------------
+
+
+Library
+-------
+
+- Bug #1531405, format_exception no longer raises an exception if
+  str(exception) raised an exception.
+
+
+Extension Modules
+-----------------
+
+
+Tests
+-----
+
+
+Build
+-----
+
+
+Mac
+---
+
+
 What's New in Python 2.5 beta 3?
 ================================