summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-10 12:05:54 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-10 12:05:54 +0000
commitbda04bc687e5fafc05d07fa234c96e49d9c4f3fc (patch)
tree9aefc4c84361cb769fc499d4e33c501d0f44a462 /CHANGELOG
parent7574ec4b85e03f1c1f5d957eee2ef7b29f718c80 (diff)
parent111ebe54712aca16f3ad0f3d859c1c036ccb9f09 (diff)
downloadgitlab-ce-bda04bc687e5fafc05d07fa234c96e49d9c4f3fc.tar.gz
Merge branch 'fork_visibility_level' into 'master'
Forks should not have more permissive visibility levels than the original https://dev.gitlab.org/gitlab/gitlabhq/issues/2286 See merge request !936
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 80d0a1f954e..a964a192216 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -42,6 +42,7 @@ v 7.13.0 (unreleased)
- Use native Postgres database cleaning during backup restore
- Redesign project page. Show README as default instead of activity. Move project activity to separate page
- Make left menu more hierarchical and less contextual by adding back item at top
+ - A fork can’t have a visibility level that is greater than the original project.
v 7.12.2
- Correctly show anonymous authorized applications under Profile > Applications.