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:
authorFelipe Artur <felipefac@gmail.com>2016-10-07 01:05:27 +0300
committerFelipe Artur <felipefac@gmail.com>2016-10-19 18:46:04 +0300
commit8e4301d982ce28d80e711865ac294a98ddce3ec6 (patch)
tree1f6d01b142ca952f3cd3098336fbb0762fe0a8dc /CHANGELOG.md
parentf560849941dcb4408350c6c24034f845d3986782 (diff)
Prevent wrong markdown on issue ids when project has Jira service activated
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 f4d317fd1db..c4fcca1b016 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)