diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-15 16:17:46 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-07-16 11:50:59 +0200 |
commit | 72818f2c1573b7664d4b41692dc51db1e5c28fbb (patch) | |
tree | ad691134ff26ac1cb2e5335571c3f50ed9286897 /CHANGELOG | |
parent | 2550c1c2bc70beb14293eebb243a2f6f3039d04b (diff) | |
download | gitlab-ce-72818f2c1573b7664d4b41692dc51db1e5c28fbb.tar.gz |
Fix creation of deployment on build that is retried, redeployed or rollbackfix-deployment-creation-on-build-retry
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5518429e1b5..0ab37eea3c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -60,6 +60,7 @@ v 8.10.0 (unreleased) - Allow expanding and collapsing files in diff view (!4990) - Collapse large diffs by default (!4990) - Fix mentioned users list on diff notes + - Fix creation of deployment on build that is retried, redeployed or rollback - Check for conflicts with existing Project's wiki path when creating a new project. - Show last push widget in upstream after push to fork - Cache todos pending/done dashboard query counts. |