Add reno for yaql function

Change-Id: Id90fd8d576bae992b9ca0c89f32c16b119028c91
This commit is contained in:
Oleksii Chuprykov 2016-07-14 15:55:35 +03:00
parent 1c578a86a9
commit 9ce43a932f
1 changed files with 5 additions and 0 deletions

View File

@ -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``.