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 6651ea2 [IO-634] Make getCause synchronized and use a Deque instead of a Stack #64. 6651ea2 is described below commit 6651ea2c0000c3b27de41e58f6d48978e919471d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Nov 1 17:49:31 2019 -0400 [IO-634] Make getCause synchronized and use a Deque instead of a Stack #64. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 91d059e..09d6f2d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -155,6 +155,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-629" dev="ggregory" type="update" due-to="Ian Springer, Ian Springer, Gary Gregory"> FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure. </action> + <action issue="IO-634" dev="ggregory" type="update" due-to="Václav Haisman, Bruno P. Kinoshita, Gary Gregory"> + Make getCause synchronized and use a Deque instead of a Stack #64. + </action> </release> <release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">