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 f383b7286a66eb0efd47b12f78f5a8d21b072161 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 19 19:35:55 2022 -0500 Use Math.min and Math.max calculations. #247 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e7fcf63..eb8aef5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -79,6 +79,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Peter Dettman"> bzip2: calculate median-of-3 on unsigned values #242. </action> + <action type="fix" dev="ggregory" due-to="Arturo Bernal, Gary Gregory, Bruno P. Kinoshita"> + Use Math.min and Math.max calculations. #247. + </action> <!-- ADD --> <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory"> Migrate zip package to use NIO #236.