Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2019-03-13 16:57:05 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2019-03-20 17:30:24 +0300
commit53a59604964b2cff06b4e25401acae50b1f82d3e (patch)
treee22722ab521ae524c7f59e5a2ed3d806d2217087 /changelogs
parent74ebeebbcdbe5a996610fa02711f0563b4a774fa (diff)
Implement multi-line suggestions filtering
Implements the filtering logic for `suggestion:-x+y` syntax.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/osw-multi-line-suggestions-parsing.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/osw-multi-line-suggestions-parsing.yml b/changelogs/unreleased/osw-multi-line-suggestions-parsing.yml
new file mode 100644
index 00000000000..985b01e9254
--- /dev/null
+++ b/changelogs/unreleased/osw-multi-line-suggestions-parsing.yml
@@ -0,0 +1,5 @@
+---
+title: Prepare multi-line suggestions for rendering in Markdown
+merge_request: 26107
+author:
+type: other