Skip to content

Commit

Permalink
document fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Aug 9, 2024
1 parent 494b6fa commit f2caef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

<body>
<release version="4.5.0" date="xxxx, 2024" description="WebWorker, Bugfixes">
<action type="fix" dev="rbri" issue="#844">
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.
</action>
<action type="update" dev="rbri">
Upgrade Apache commons-lang3 to 3.16.0.
</action>
Expand Down

0 comments on commit f2caef7

Please sign in to comment.