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-text.git
The following commit(s) were added to refs/heads/master by this push: new a9aa315 Document recent changes. new b378a48 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-text.git a9aa315 is described below commit a9aa3159340ada98ae9001148d1fb802f295a1b0 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 30 17:29:28 2020 -0400 Document recent changes. --- src/changes/changes.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 109d740..1c91427 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.9.1" date="202Y-MM-DD" description="Release 1.9.1. Requires Java 8."> <action issue="TEXT-185" type="add" dev="ggregory" due-to="Larry West, Gary Gregory">Release Notes page hasn't been updated for 1.9 release yet.</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Update spotbugs.plugin.version 4.0.0 to 4.0.4.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory">Update spotbugs.plugin.version 4.0.0 to 4.0.4.</action> + <action type="add" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.4.6 #143.</action> + <action type="add" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.35 #141.</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>