From c854dd900739d6bc9baf1c0d86d1e0303f19c195 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Wed, 16 Oct 2013 08:30:39 +0000 Subject: [PATCH] Noting the javadoc fix for RandomStringUtils per LANG-902 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1532685 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) 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