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-compress.git
commit dbc99186395a3077d3cb7e8b60edad4e05c64ac5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 13 10:57:12 2022 -0500 Replace wrapper Collections.sort is with an instance method directly. #245. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 579e8ef..9ec286d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Helder Magalhães, Gary Gregory, PeterAlfredLee"> Documentation nits #217. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal"> + Replace wrapper Collections.sort is with an instance method directly. #245. + </action> <!-- ADD --> <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory"> Migrate zip package to use NIO #236.