summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2015-09-14 12:07:50 -0500
committerDrew Blessing <drew@gitlab.com>2015-11-10 15:41:49 -0600
commit752d528019fc9f9c58d458380a6594d358458b4d (patch)
treecb1375d88dd66e5dc21e5da7a8035459129e9df6 /CHANGELOG
parentca25289b78e1b49148438831ad6bf165fa0ce56e (diff)
downloadgitlab-ce-752d528019fc9f9c58d458380a6594d358458b4d.tar.gz
Fix trailing space issue with merge requests and issues. Fixes #2514
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9cfcd23a9fc..939213a526b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,7 @@ v 8.2.0 (unreleased)
- Fix incoming email config defaults
- MR target branch is now visible on a list view when it is different from project's default one
- Improve Continuous Integration graphs page
+ - 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)