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:
authorRubén Dávila <ruben@gitlab.com>2015-11-25 06:41:36 +0300
committerRubén Dávila <ruben@gitlab.com>2015-12-04 18:43:33 +0300
commitaa1ba0093632a66c9c9c0eac710d63d7513ad358 (patch)
tree9fe78dfa860f1607667bd9462ff46c58df914def /CHANGELOG
parent238ca3e472a67d319521daa5aeab6455b4740cdb (diff)
Ensure "Remove Source Branch" button is not shown when branch is being deleted. #3583
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 58a0a3c8944..f21129c6d61 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.3.0 (unreleased)
- Don't show project fork event as "imported"
- Add API endpoint to fetch merge request commits list
- Expose events API with comment information and author info
+ - Fix: Ensure "Remove Source Branch" button is not shown when branch is being deleted. #3583
v 8.2.2
- Fix 404 in redirection after removing a project (Stan Hu)