From 8fa1ab4c334c2f09474364d2f3108633a55f79aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Fri, 19 Apr 2019 13:17:42 +0200 Subject: Support negative matches This adds support for != and !~ operators giving more flexibility in comparing values --- changelogs/unreleased/support-negative-matches.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/support-negative-matches.yml (limited to 'changelogs/unreleased/support-negative-matches.yml') diff --git a/changelogs/unreleased/support-negative-matches.yml b/changelogs/unreleased/support-negative-matches.yml new file mode 100644 index 00000000000..8d3f2d3cbae --- /dev/null +++ b/changelogs/unreleased/support-negative-matches.yml @@ -0,0 +1,5 @@ +--- +title: Support negative matches +merge_request: +author: +type: added -- cgit v1.2.1