diff options
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) |