summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/support-negative-matches.yml
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-04-19 13:17:42 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2019-04-23 14:19:06 +0200
commit8fa1ab4c334c2f09474364d2f3108633a55f79aa (patch)
treefcbd17bebf43ccb596503be68cedb82c4fef2fe8 /changelogs/unreleased/support-negative-matches.yml
parenta59b97d74bb5ea81f1ae99e2bce7d7d75dad53cc (diff)
downloadgitlab-ce-8fa1ab4c334c2f09474364d2f3108633a55f79aa.tar.gz
Support negative matches
This adds support for != and !~ operators giving more flexibility in comparing values
Diffstat (limited to 'changelogs/unreleased/support-negative-matches.yml')
-rw-r--r--changelogs/unreleased/support-negative-matches.yml5
1 files changed, 5 insertions, 0 deletions
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