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:
authorDouwe Maan <douwe@gitlab.com>2015-11-17 17:53:53 +0300
committerDouwe Maan <douwe@gitlab.com>2015-11-17 17:53:53 +0300
commitd60a23b718abc365651f146de678f20367ef25b1 (patch)
tree16869001b0baf6c8cd8970f4a1ca238026ef0b8e /CHANGELOG
parente3fe3da63d23981f5a0f3bd629046cbe0533a132 (diff)
Add changelog item
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3c22df7c9a3..f7c6b09e7b2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -45,6 +45,7 @@ v 8.2.0 (unreleased)
- Fix trailing whitespace issue in merge request/issue title
- Fix bug when milestone/label filter was empty for dashboard issues page
- Add ability to create milestone in group projects from single form
+ - Prevent the last owner of a group from being able to delete themselves by 'adding' themselves as a master (James Lopez)
v 8.1.4
- Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu)