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-10 12:43:40 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-10 12:43:40 +0300
commit434d98b22a6381447a9c59cec16fc324ade198df (patch)
tree866b0c164dc56f200a060c0a5a2653fb91113369 /CHANGELOG
parentb6a83be65f6711a3cf808400c549bdd3ec7eda74 (diff)
parent90b0162c3b070a7e1fa88e5b0ebaad66e94d3fca (diff)
Merge branch 'gjlaubenstein/gitlab-ce-21712-change-issue-show-html-title'
reword title for issues_controller#show and issues_controller#edit Closes #21712 See merge request !6503
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11c75f064eb..e6cdc09b9c6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -69,6 +69,7 @@ v 8.13.0 (unreleased)
- Optimize GitHub importing for speed and memory
- API: expose pipeline data in builds API (!6502, Guilherme Salazar)
- Notify the Merger about merge after successful build (Dimitris Karakasilis)
+ - Reorder issue and merge request titles to show IDs first. !6503 (Greg Laubenstein)
- Reduce queries needed to find users using their SSH keys when pushing commits
- Prevent rendering the link to all when the author has no access (Katarzyna Kobierska Ula Budziszewska)
- Fix broken repository 500 errors in project list