diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c91fd1895..befdbf49b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,7 @@ The type attribute can be add,update,fix,remove. Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516. Simplify some if statements in StringUtils. #521. Simplify a null check in the private replaceEach() method of StringUtils. #514. + Replace some usages of the ternary operator with calls to Math.max() and Math.min() #512.