summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-09-14 18:41:27 +0200
committerRémy Coutable <remy@rymai.me>2016-09-14 18:42:41 +0200
commitcbf478856e0858e9155c2d657a3fc1281a009294 (patch)
tree184d5346aa2f704de507adb5c13021b7c7600c4d /CHANGELOG
parent1c05302b3c3b1cff435d3c8617e219ccc8373606 (diff)
downloadgitlab-ce-cbf478856e0858e9155c2d657a3fc1281a009294.tar.gz
Update CHANGELOG for 8.9.9 and 8.11.6
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9d813c9e35f..fef22f1fe9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -135,9 +135,15 @@ v 8.12.0 (unreleased)
- Fix Gitlab::Popen.popen thread-safety issue
- Add specs to removing project (Katarzyna Kobierska Ula Budziszewska)
-v 8.11.6 (unreleased)
- - Fix an error where we were unable to create a CommitStatus for running state
+v 8.11.6
+ - Fix unnecessary horizontal scroll area in pipeline visualizations. !6005
+ - Make merge conflict file size limit 200 KB, to match the docs. !6052
+ - Fix an error where we were unable to create a CommitStatus for running state. !6107
+ - Optimize discussion notes resolving and unresolving. !6141
+ - Fix GitLab import button. !6167
- Restore SSH Key title auto-population behavior. !6186
+ - Fix DB schema to match latest migration. !6256
+ - Exclude some pending or inactivated rows in Member scopes.
v 8.11.5
- Optimize branch lookups and force a repository reload for Repository#find_branch. !6087
@@ -567,6 +573,9 @@ v 8.10.0
- Fix migration corrupting import data for old version upgrades
- Show tooltip on GitLab export link in new project page
+v 8.9.9
+ - Exclude some pending or inactivated rows in Member scopes
+
v 8.9.8
- Upgrade Doorkeeper to 4.2.0. !5881