From f06941031c60984e680ecff46c699357c5916ab1 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Mon, 6 May 2019 11:04:20 +0000 Subject: remove note that multi-line suggestions are not yet available (#53310 is now done) --- doc/user/discussions/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/user/discussions/index.md b/doc/user/discussions/index.md index 248f8395db1..9327865c682 100644 --- a/doc/user/discussions/index.md +++ b/doc/user/discussions/index.md @@ -385,11 +385,6 @@ the Merge Request authored by the user that applied them. ![Add a new comment](img/insert_suggestion.png) - > **Note:** - The suggestion will only affect the commented line. Multi-line - suggestions are currently not supported. Will be introduced by - [#53310](https://gitlab.com/gitlab-org/gitlab-ce/issues/53310). - 1. In the comment, add your suggestion to the pre-populated code block: ![Add a suggestion into a code block tagged properly](img/make_suggestion.png) -- cgit v1.2.1 From 07015fa54495ac11b9420a803371e0ea4dc3a551 Mon Sep 17 00:00:00 2001 From: Simon Hardt Date: Tue, 7 May 2019 09:03:47 +0000 Subject: add changelog entry --- changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml diff --git a/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml b/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml new file mode 100644 index 00000000000..2fbacbcb011 --- /dev/null +++ b/changelogs/unreleased/28119-remove-note-multi-line-suggestions.yml @@ -0,0 +1,5 @@ +--- +title: Remove the note in the docs that multi-line suggestions are not yet available +merge_request: 28119 +author: hardysim +type: other -- cgit v1.2.1