Skip to content

Commit 6651ea2

Browse files
author
Gary Gregory
committed
[IO-634] Make getCause synchronized and use a Deque instead of a Stack
#64.
1 parent 421b9dc commit 6651ea2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ The <action> type attribute can be add,update,fix,remove.
155155
<action issue="IO-629" dev="ggregory" type="update" due-to="Ian Springer, Ian Springer, Gary Gregory">
156156
FileUtils#forceDelete should use Files#delete rather than File#delete so exception messages includes reason for failure.
157157
</action>
158+
<action issue="IO-634" dev="ggregory" type="update" due-to="Václav Haisman, Bruno P. Kinoshita, Gary Gregory">
159+
Make getCause synchronized and use a Deque instead of a Stack #64.
160+
</action>
158161
</release>
159162

160163
<release version="2.6" date="2017-10-15" description="Java 7 required, Java 9 supported.">

0 commit comments

Comments
 (0)