This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 0eb4a8f [LANG-1554] Fix typos #539. 0eb4a8f is described below commit 0eb4a8f87f11632535afd3a52ce06bd5606383c3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 13 11:12:24 2020 -0400 [LANG-1554] Fix typos #539. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9f9880c..99439e4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1560" type="add" dev="ggregory" due-to="XenoAmess">Refine Javadoc #545.</action> <action issue="LANG-1553" type="add" dev="ggregory" due-to="XenoAmess">Change array style from `int a[]` to `int[] a` #537.</action> <action issue="LANG-1552" type="add" dev="ggregory" due-to="XenoAmess">Change from addAll to constructors for some List #536.</action> + <action issue="LANG-1554" type="add" dev="ggregory" due-to="XenoAmess">Fix typos #539.</action> </release> <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">