diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-06-04 15:42:26 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-06-04 15:42:26 +0000 |
commit | b2a560a7c75ce28fd068b70296c9d0fafdace7cf (patch) | |
tree | 90bdb4d54a77275e217f64e1357d08b1cd6a46e6 /CHANGELOG.md | |
parent | c027a3d92d1a02cec52e5b482ad72c55ae5164a4 (diff) | |
download | gitlab-ce-b2a560a7c75ce28fd068b70296c9d0fafdace7cf.tar.gz |
Update CHANGELOG.md for 11.10.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c31af2488f0..c52d26d4d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -187,6 +187,23 @@ entry. - Add some frozen string to spec/**/*.rb. (gfyoung) +## 11.10.6 (2019-06-04) + +### Fixed (7 changes, 1 of them is from the community) + +- Allow a member to have an access level equal to parent group. !27913 +- Fix uploading of LFS tracked file through UI. !28052 +- Use 3-way merge for squashing commits. !28078 +- Use a path for the related merge requests endpoint. !28171 +- Fix project visibility level validation. !28305 (Peter Marko) +- Fix Rugged get_tree_entries recursive flag not working. !28494 +- Use source ref in pipeline webhook. !28772 + +### Other (1 change) + +- Fix input group height. + + ## 11.10.4 (2019-05-01) ### Fixed (12 changes) |