From 0d0918dc70a7ff36c4b0c02ac127623fa14c5000 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Wed, 14 Jun 2017 16:44:43 +0800 Subject: [PATCH] Add releasenotes for 'contains' function supporting Change-Id: I2870e146dccb5890c971399397c7fddfa69d002e Blueprint: support-contains-function --- .../notes/add-contains-function-440aa7184a07758c.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/add-contains-function-440aa7184a07758c.yaml diff --git a/releasenotes/notes/add-contains-function-440aa7184a07758c.yaml b/releasenotes/notes/add-contains-function-440aa7184a07758c.yaml new file mode 100644 index 0000000000..1b1e9f0ff0 --- /dev/null +++ b/releasenotes/notes/add-contains-function-440aa7184a07758c.yaml @@ -0,0 +1,5 @@ +--- +features: + - The 'contains' function was added, which checks whether the + specified value is in a sequence. In addition, the new function + can be used as a condition function.