diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-19 13:48:57 -0500 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-19 15:51:41 -0500 |
commit | b876993677edde4fee3a8ed349c522f1542190f7 (patch) | |
tree | 4d764eec3bcd36e9cd9154b892fd3ba2d5bb7169 /CHANGELOG | |
parent | 86b22b4f153610993008e5f6fa65bca1fb57b659 (diff) | |
download | gitlab-ce-b876993677edde4fee3a8ed349c522f1542190f7.tar.gz |
Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 9613332774f..d0f3d037325 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ v 8.8.0 (unreleased) - Toggle sign-up confirmation emails in application settings - Project#open_branches has been cleaned up and no longer loads entire records into memory. - Escape HTML in commit titles in system note messages + - Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios - Improve multiple branch push performance by memoizing permission checking - Log to application.log when an admin starts and stops impersonating a user - Changing the confidentiality of an issue now creates a new system note (Alex Moore-Niemi) |