diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-12-03 22:02:27 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-12-03 22:02:27 +0000 |
commit | b0dc4425dd1a4abac07413ed8290b7dc651914d1 (patch) | |
tree | 75e492c1b92b96618f465f672caddd61ac8c6c78 /CHANGELOG.md | |
parent | c3c25174e3397ca3f301b539477e6568c676d264 (diff) | |
download | gitlab-ce-b0dc4425dd1a4abac07413ed8290b7dc651914d1.tar.gz |
Update CHANGELOG.md for 11.5.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c84cc519396..d41e5c8642f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.5.2 (2018-12-03) + +### Removed (1 change) + +- Removed Site Statistics optimization as it was causing problems. !23314 + +### Fixed (6 changes, 1 of them is from the community) + +- Display impersonation token value only after creation. !22916 +- Fix not render emoji in filter dropdown. !23112 (Hiroyuki Sato) +- Fixes stuck tooltip on stop env button. !23244 +- Correctly handle data-loss scenarios when encrypting columns. !23306 +- Clear BatchLoader context between Sidekiq jobs. !23308 +- Fix handling of filenames with hash characters in tree view. !23368 + + ## 11.5.1 (2018-11-26) ### Security (17 changes) |