docs: add change log entry

This commit is contained in:
Kjell Winblad 2024-03-08 12:35:39 +01:00
parent 5a6f96212d
commit 69ddd51af1
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
An `unescape` function has been added to the rule engine SQL language to handle expansion of escape sequences in strings. This addition has been done because string literals in the SQL language don't support any escape codes (e.g., `\n` and `\t`). This enhancement allows for more flexible string manipulation within SQL expressions.