docs: add changelog entry

This commit is contained in:
Kjell Winblad 2023-06-12 17:33:54 +02:00
parent cf31b65076
commit 256adeb580
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Addressed an inconsistency in the usage of 'div' and 'mod' operations within the rule engine. Previously, the 'div' operation was only usable as an infix operation and 'mod' could only be applied through a function call. With this change, both 'div' and 'mod' can be used via function call syntax and infix syntax.