This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit 9ea65ab1ca4af7e5ed163b0074655412757da67f Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Wed Apr 28 23:43:39 2021 +1200 [TEXT-205] Changelog --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4c78e19..c4b0cde 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,6 +84,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-204" type="update" dev="kinow" due-to="Arturo Bernal">Use static class inner class in tests.</action> <action issue="TEXT-201" type="update" dev="kinow" due-to="Arturo Bernal">Simplify assertion.</action> <action issue="TEXT-202" type="update" dev="kinow" due-to="Arturo Bernal">Extract duplicate code.</action> + <action issue="TEXT-205" type="update" dev="kinow" due-to="Arturo Bernal">Set void return method.</action> </release> <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8."> <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>
