This is an automated email from the ASF dual-hosted git repository. jochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new c27d4d1 Changelog update. c27d4d1 is described below commit c27d4d1ecae76e41579b02892a7a0c27da6e34b0 Author: Jochen Wiedmann <jochen.wiedm...@gmail.com> AuthorDate: Mon May 4 22:15:45 2020 +0200 Changelog update. --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d9fa59c..1cd5908 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,8 @@ The <action> type attribute can be add,update,fix,remove. <action dev="jochen" type="add">Add the package org.apache.fileupload2.jaksrvlt, for compliance with Jakarta Servlet API 5.0. </action> + <action dev="jochen" type="add">Making FileUploadException a subclass of IOException. (Mibor API simplification.) + </action> </release> <release version="1.4" date="2018-12-23" description="1.4 Release"> <action issue="FILEUPLOAD-292" dev="chtompki" type="update">Don't create un-needed resources in FileUploadBase.java</action>