summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-09 12:06:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-09 12:06:13 +0000
commit0a850868dfb85086cba8320cee9dac4657dcae6c (patch)
tree40d17228fe23d9db7b861fe2a20d024d64c50323 /changelogs
parent3744bcc0d10d24104e39985b6833a0ec51791c0a (diff)
downloadgitlab-ce-0a850868dfb85086cba8320cee9dac4657dcae6c.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/16654-audio-in-markdown.yml5
-rw-r--r--changelogs/unreleased/27835-move-and-resize-panels-in-dashboard-save-to-branch.yml5
-rw-r--r--changelogs/unreleased/33668-fix-search-term-xss.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/16654-audio-in-markdown.yml b/changelogs/unreleased/16654-audio-in-markdown.yml
new file mode 100644
index 00000000000..8983e06da2c
--- /dev/null
+++ b/changelogs/unreleased/16654-audio-in-markdown.yml
@@ -0,0 +1,5 @@
+---
+title: Feature enabling embedded audio elements in markdown.
+merge_request: 17860
+author: Jesse Hall @jessehall3
+type: added
diff --git a/changelogs/unreleased/27835-move-and-resize-panels-in-dashboard-save-to-branch.yml b/changelogs/unreleased/27835-move-and-resize-panels-in-dashboard-save-to-branch.yml
new file mode 100644
index 00000000000..b7d7f37bccc
--- /dev/null
+++ b/changelogs/unreleased/27835-move-and-resize-panels-in-dashboard-save-to-branch.yml
@@ -0,0 +1,5 @@
+---
+title: Add property to enable metrics dashboards to be rearranged
+merge_request: 16605
+author:
+type: changed
diff --git a/changelogs/unreleased/33668-fix-search-term-xss.yml b/changelogs/unreleased/33668-fix-search-term-xss.yml
new file mode 100644
index 00000000000..ed54542bd9c
--- /dev/null
+++ b/changelogs/unreleased/33668-fix-search-term-xss.yml
@@ -0,0 +1,5 @@
+---
+title: HTML-escape search term in empty message
+merge_request: 18319
+author:
+type: security