Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Ribeiro <duduribeiro.gba@gmail.com>2015-02-07 00:40:45 +0300
committerCarlos Ribeiro <duduribeiro.gba@gmail.com>2015-02-08 02:35:44 +0300
commiteef461d4a1751915d15b10af6d4f36e28b67cf20 (patch)
treee33a24181c6ab0d19a582756bc11635089c0252b /CHANGELOG
parent89f8020fe12e16faf125a193b25a0eeaea3b49c0 (diff)
Fix showing overflow when have several items at sidebar
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 621109b65eb..a2e46929d15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,7 +12,7 @@ v 7.8.0
- View note image attachments in new tab when clicked instead of downloading them
- Improve sorting logic in UI and API. Explicitly define what sorting method is used by default
- Allow more variations for commit messages closing issues (Julien Bianchi and Hannes Rosenögger)
- -
+ - Fix overflow at sidebar when have several itens
-
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)