diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-07-05 08:14:36 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2018-07-05 08:14:36 +0000 |
commit | 89e19862c6c95fa3b82971a5d0422adffee7ca66 (patch) | |
tree | 30634ce6119d54c9c98e14bf387d9861adeadc87 /CHANGELOG.md | |
parent | 3bc202020565a575b4ab494adb082b6a998f1192 (diff) | |
download | gitlab-ce-89e19862c6c95fa3b82971a5d0422adffee7ca66.tar.gz |
Update CHANGELOG.md for 11.0.3
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f38766392..e90f599ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.0.3 (2018-07-05) + +### Fixed (14 changes, 1 of them is from the community) + +- Revert merge request widget button max height. !20175 (George Tsiolis) +- Implement upload copy when moving an issue with upload on object storage. !20191 +- Fix broken '!' support to autocomplete MRs in GFM fields. !20204 +- Restore showing Elasticsearch and Geo status on dashboard. !20276 +- Fix merge request page rendering error when its target/source branch is missing. !20280 +- Fix sidebar collapse breapoints for job and wiki pages. +- fix size of code blocks in headings. +- Fix loading screen for search autocomplete dropdown. +- Fix ambiguous due_date column for Issue scopes. +- Always serve favicon from main GitLab domain so that CI badge can be drawn over it. +- Fix tooltip flickering bug. +- Fix refreshing cache keys for open issues count. +- Replace deprecated bs.affix in merge request tabs with sticky polyfill. +- Prevent pipeline job tooltip from scrolling off dropdown container. + + ## 11.0.2 (2018-06-26) ### Fixed (8 changes, 1 of them is from the community) |