summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-10-19 19:01:55 +0000
committerRémy Coutable <remy@rymai.me>2016-10-20 16:51:10 +0200
commit406615ae2bc4d6535d382834263c68548a2523d9 (patch)
tree8e6ea745b93b7c8d5cd19a498ba3aff7ab82c2fa /CHANGELOG.md
parent74974f023af3b7219f3267aa58ceac711aee0cc1 (diff)
downloadgitlab-ce-406615ae2bc4d6535d382834263c68548a2523d9.tar.gz
Merge branch 'issue_828' into 'master'
Prevent wrong markdown on issue ids when project has Jira service activated fixes gitlab-org/gitlab-ee#828 See merge request !6728
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 11100044cee..c09957ba8ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Update runner version only when updating contacted_at
- Add link from system note to compare with previous version
- Use gitlab-shell v3.6.6
+ - Ignore references to internal issues when using external issues tracker
- Ability to resolve merge request conflicts with editor !6374
- Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)