From f2caef7304bba74326d6fae684e5b9a1b37068a9 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Fri, 9 Aug 2024 17:19:25 +0200 Subject: [PATCH] document fix --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2302efe135..74e64cd384 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,11 @@ + + FF implements a special handling for the return value of the compareFn function + used to custom sort arrays. If the result is a boolean the value false will not + be converted to 0 - it will be converted to -1. + Upgrade Apache commons-lang3 to 3.16.0.