Skip to content

Commit 261392f

Browse files
committed
Fix NumberUtils min/max varargs dropping the sign of zero (#1733).
1 parent aafee70 commit 261392f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ java.lang.NullPointerException: Cannot invoke
211211
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Handle supplementary code points in WordUtils case methods (#1728).</action>
212212
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix StringUtils.getDigits dropping supplementary digits (#1729).</action>
213213
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Keep StrBuilder.reverse from splitting surrogate pairs (#1730).</action>
214+
<action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix NumberUtils min/max varargs dropping the sign of zero (#1733).</action>
214215
<!-- ADD -->
215216
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
216217
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)