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:
authorMitchell Hentges <mitchhentges@protonmail.com>2016-09-22 21:15:00 +0300
committerMitchell Hentges <mitchhentges@protonmail.com>2016-10-11 04:26:22 +0300
commitf19766a3c2223b05e1f6de1746a44e7173387988 (patch)
tree68e962dbd5a03119e2b9ae684cf4eedd1f16edee /CHANGELOG
parent6f441ae1a10a00007fcb361626f826321b511d90 (diff)
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