docs: fix typos in changelog entry
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
2fcd92dcd9
commit
59f9f6520d
|
@ -1,4 +1,4 @@
|
|||
The rule engine SQL-based language previously did not allow putting any expressions as array elements in array literals (only constants and variable references where allowed). This has not been fixed so that one can use any expressions as array elements.
|
||||
The rule engine SQL-based language previously did not allow putting any expressions as array elements in array literals (only constants and variable references were allowed). This has now been fixed so that one can use any expressions as array elements.
|
||||
|
||||
The following is now permitted, for example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue