summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 10:40:49 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 10:40:49 +0100
commit6c8dded20b056a83a7995bbfc8e178353913b0d6 (patch)
treea3a790e6ead866d05c8607ad4beb5212a7a5cd6c /CHANGELOG
parent86ce64f0531d70daaed16acbbd7ff10614b6c31e (diff)
parent752d528019fc9f9c58d458380a6594d358458b4d (diff)
downloadgitlab-ce-6c8dded20b056a83a7995bbfc8e178353913b0d6.tar.gz
Merge branch 'fix_trailing_title_space' of https://gitlab.com/dblessing/gitlab-ce
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 004b8daed71..98066668335 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -41,6 +41,7 @@ v 8.2.0 (unreleased)
- Add ignore white space option in merge request diff and commit and compare view
- Ability to add release notes (markdown text and attachments) to git tags (aka Releases)
- Relative links from a repositories README.md now link to the default branch
+ - Fix trailing whitespace issue in merge request/issue title
v 8.1.4
- Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu)