summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMitchell Hentges <mitchhentges@protonmail.com>2016-09-22 11:15:00 -0700
committerMitchell Hentges <mitchhentges@protonmail.com>2016-10-10 18:26:22 -0700
commitf19766a3c2223b05e1f6de1746a44e7173387988 (patch)
tree68e962dbd5a03119e2b9ae684cf4eedd1f16edee /CHANGELOG
parent6f441ae1a10a00007fcb361626f826321b511d90 (diff)
downloadgitlab-ce-f19766a3c2223b05e1f6de1746a44e7173387988.tar.gz
Ensure that whitespace doesn't case adding members to fail
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc06303aecf..d94305a66d1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.13.0 (unreleased)
- Truncate long labels with ellipsis in labels page
+ - Adding members no longer silently fails when there is extra whitespace
- Update runner version only when updating contacted_at
- Add link from system note to compare with previous version
- Improve issue load time performance by avoiding ORDER BY in find_by call