summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-13 16:31:41 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-03-13 16:31:41 +0000
commitc7e6c8effc2b345709b80e72b8664ee1bad15198 (patch)
tree0c404b7482abae405cf9da4a3a1f43446c8cb558 /CHANGELOG.md
parent0f04d4b2b4f41b5530ac7110d1c883540d5bc96f (diff)
downloadgitlab-ce-c7e6c8effc2b345709b80e72b8664ee1bad15198.tar.gz
Update CHANGELOG.md for 11.8.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a4a6c9ff13..bec6a8b3e21 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.8.2 (2019-03-13)
+
+### Security (1 change)
+
+- Fixed ability to see private groups by users not belonging to given group.
+
+### Fixed (5 changes)
+
+- Fix import_jid error on project import. !25239
+- Properly handle multiple X-Forwarded-For addresses in runner IP. !25511
+- Fix error when viewing group issue boards when user doesn't have explicit group permissions. !25524
+- Fix method to mark a project repository as writable. !25546
+- Allow project members to see private group if the project is in the group namespace.
+
+
## 11.8.0 (2019-02-22)
### Security (7 changes, 1 of them is from the community)