aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorBruno P. Kinoshita <kinow@users.noreply.github.com>2021-10-31 11:58:44 +1300
committerBruno P. Kinoshita <kinow@users.noreply.github.com>2021-10-31 11:59:05 +1300
commit391d51055b8fb50375bf6a0b3d0098a7c1bb1d80 (patch)
treebcbeaea8355cbd183b30b8d873ce5f18be8bb595 /src/changes
parent3942fad3c25f5f56109c7db6f8edbb6a6a20e09a (diff)
downloadapache-commons-lang-391d51055b8fb50375bf6a0b3d0098a7c1bb1d80.tar.gz
[LANG-1664] Changelog
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml1
1 files changed, 1 insertions, 0 deletions
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 <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump biz.aQute.bndlib from 5.3.0 to 6.0.0 #814.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2.3.4 to 2.3.5 #819.</action>
+ <action type="update" dev="kinow" due-to="Roland Kreuzer">Javadoc for StringUtils.substringBefore(String str, int separator) doesn't mention that the separator is an int.</action>
</release>
<release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">