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-io.git
The following commit(s) were added to refs/heads/master by this push: new dededeff4 Better description dededeff4 is described below commit dededeff4a7ece9c0d8fb552af91f97fc5e90748 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 8 08:28:59 2024 -0400 Better description --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e5ed0421a..7fc6aaf43 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory">Add @FunctionalInterface to ClassNameMatcher.</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add ValidatingObjectInputStream.Builder and ValidatingObjectInputStream.builder().</action> - <action dev="ggregory" type="add" due-to="Gary Gregory">Add site documentation section "Safe Deserialization" to the User Guide.</action> + <action dev="ggregory" type="add" due-to="Gary Gregory">Add a "Safe Deserialization" section to the User Guide for the site.</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 74 to 76 #670, #676.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.15.1 to 1.15.3 #672, #673.</action>