diff options
author | Robert Speicher <robert@gitlab.com> | 2016-04-19 16:23:41 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-04-19 16:23:41 +0000 |
commit | 7b09bab68e0ccc4990218ee91211577d4d109703 (patch) | |
tree | 41eff0f769b91654bd3d917cdcecff30ecc70770 /CHANGELOG | |
parent | 18a8844fa06191367bbf0f5179c94272d2d1cb1a (diff) | |
parent | b68e3925ffac4e8ffa376e25786c5dcaa915d75a (diff) | |
download | gitlab-ce-7b09bab68e0ccc4990218ee91211577d4d109703.tar.gz |
Merge branch 'mr-formatting' into 'master'
use ! rather than # for merge request references
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15278
See merge request !3740
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index bdda732ebae..4093b2e151e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -89,6 +89,7 @@ v 8.7.0 (unreleased) - Fix emoji categories in the emoji picker - API: Properly display annotated tags for GET /projects/:id/repository/tags (Robert Schilling) - Add encrypted credentials for imported projects and migrate old ones + - Properly format all merge request references with ! rather than # !3740 (Ben Bodenmiller) - Author and participants are displayed first on users autocompletion - Show number sign on external issue reference text (Florent Baldino) - Updated print style for issues |