diff --git a/releasenotes/notes/yaql-function-4895e39555c2841d.yaml b/releasenotes/notes/yaql-function-4895e39555c2841d.yaml new file mode 100644 index 0000000000..2c7eecdb6d --- /dev/null +++ b/releasenotes/notes/yaql-function-4895e39555c2841d.yaml @@ -0,0 +1,5 @@ +--- +features: + - Add ``yaql`` function, that takes 2 arguments + ``expression`` of type string and ``data`` of type map + and evaluates ``expression`` on a given ``data``.