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:
authorRobert Speicher <rspeicher@gmail.com>2016-10-17 13:18:21 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-17 13:18:21 +0300
commit8a5d3ce15d071491cc2177a4f317dc82c02e0d1d (patch)
treed78343a5ba5cab375273f25cc0b8f8cfa7ca5cfd /CHANGELOG.md
parent052de0600c6b137e6f9df08250b4cf5f38280295 (diff)
parent7e3ff1852340c33f5b8853190d6a24813d5920a2 (diff)
Merge branch 'ebraminio/gitlab-ce-master' into 'master'
Add RTL support to Markdown rendering See merge request !6296
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46f718fc88a..38765b347d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Added soft wrap button to repository file/blob editor
- Update namespace validation to forbid reserved names (.git and .atom) (Will Starms)
- Show the time ago a merge request was deployed to an environment
+ - Add RTL support to markdown renderer (Ebrahim Byagowi)
- Add word-wrap to issue title on issue and milestone boards (ClemMakesApps)
- Fix todos page mobile viewport layout (ClemMakesApps)
- Fix inconsistent highlighting of already selected activity nav-links (ClemMakesApps)