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:
authorDouwe Maan <douwe@gitlab.com>2015-04-14 16:45:06 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-14 17:32:11 +0300
commit5662b2413206db20f935a0dffb5f12debd248447 (patch)
tree1101ee8fffb97ea5242b440acc0533fc0dca1941 /CHANGELOG
parentbf7932bd06e45f82c7aa80373aa3aa1bf52d4d88 (diff)
Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ecde5ef89c..3f3e8fc3202 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
+ - Don't use HTML ellipsis in EmailsOnPush subject truncated commit message.
- Fix broken file browsing with a submodule that contains a relative link (Stan Hu)
- Fix persistent XSS vulnerability around profile website URLs.
- Fix project import URL regex to prevent arbitary local repos from being imported.