diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 084aa1d54..033b1a3fe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -108,6 +108,7 @@ The type attribute can be add,update,fix,remove. Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802. Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #814. Bump actions/checkout from 2.3.4 to 2.3.5 #819. + Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int.