diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 532f111ed..6bf8888ac 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -103,7 +103,9 @@
- False alarms from RightCurly module for code that does not have braces in if-then-else (bug 689836).
- - ConfigurationLoader was not public (only relevant for plugin authors).
+ - "threadsafe" was treated as a Java keyword, resulting in parser errors for
+ sources that use it as an identifier (bug 710319).
+ - ConfigurationLoader was not public (only relevant for IDE plugin authors).