diff options
author | Dimitrie Hoekstra <dimitriehoekstra@gmail.com> | 2016-10-31 22:43:44 +0100 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-04 12:37:34 +0300 |
commit | 2cb7285bc41f6cb8533c092c067b0f50806655ae (patch) | |
tree | 398aeb56ec28cf2d208c9e439cce12b5139f5476 /CHANGELOG.md | |
parent | 957744dab4297f66dc70c1727fe2cf5282d2ea5a (diff) | |
download | gitlab-ce-2cb7285bc41f6cb8533c092c067b0f50806655ae.tar.gz |
change build list height to show 6,5 builds + improve padding of list, with first/last child selectors24017-long-build-list-dropdowns-which-scroll-are-not-immediately-obvious
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6b4e0ba11..d6e62922ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,10 @@ entry. - Removes any symlinks before importing a project export file. CVE-2016-9086 - Fixed Import/Export foreign key issue to do with project members. +- Fix relative links in Markdown wiki when displayed in "Project" tab !7218 +- Reduce the overhead to calculate number of open/closed issues and merge requests within the group or project +- Fix project features default values +- Changed build dropdown list length to be 6,5 builds long in the pipeline graph ## 8.13.2 (2016-10-31) |