diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef715e1cd..eceb7d08f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,7 @@
+ RandomStringUtils.random javadoc was incorrectly promising letters and numbers would, as opposed to may, appear
BooleanUtils.xor(boolean...) produces wrong results
StringUtils.normalizeSpace now handles non-breaking spaces (Unicode 00A0)
Redundant check for zero in HashCodeBuilder ctor