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:
authorPhil Hughes <me@iamphill.com>2017-11-22 14:00:12 +0300
committerPhil Hughes <me@iamphill.com>2017-11-22 14:00:12 +0300
commitd7527d73b17e41f949c609380aeffc837b80652e (patch)
tree8f465bb688d59063c85e9689241e65137cf6cc96 /changelogs
parent0efa7e24f22abd1dc04c165f31e7b77b0eb30ed4 (diff)
parent131e74d10dafbf2b781ab5d5517e42a18e20a587 (diff)
Merge branch 'feature_add_mermaid' into 'master'
Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/feature_add_mermaid.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/feature_add_mermaid.yml b/changelogs/unreleased/feature_add_mermaid.yml
new file mode 100644
index 00000000000..caeb5d3470d
--- /dev/null
+++ b/changelogs/unreleased/feature_add_mermaid.yml
@@ -0,0 +1,5 @@
+---
+title: 'Add support of Mermaid (generation of diagrams and flowcharts from text)'
+merge_request: 15107
+author: Vitaliy @blackst0ne Klachkov
+type: added