summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-06-05 13:56:37 +0200
committerDouwe Maan <douwe@gitlab.com>2015-06-05 13:56:37 +0200
commit9a50db693a301e69524dc0aadeeba03f5f3ff9db (patch)
tree976dd3ca668b895c3970647a2aa9cc9d1d8063b9 /CHANGELOG
parent3f59a8f0be101c2405372d05a304540beb1b6d01 (diff)
downloadgitlab-ce-9a50db693a301e69524dc0aadeeba03f5f3ff9db.tar.gz
Fix timeout when rendering file with thousands of lines.fix-long-blob-timeout
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 08b879a2391..4d7d406b43f 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.12.0 (unreleased)
+ - Fix timeout when rendering file with thousands of lines.
- Don't notify users mentioned in code blocks or blockquotes.
- Omit link to generate labels if user does not have access to create them (Stan Hu)
- Disable changing of the source branch in merge request update API (Stan Hu)