summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-02-16 10:31:25 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2015-02-16 10:31:25 +0100
commit5ec803898423645ecf7a58029733c8bc7c5cc4b2 (patch)
tree0f2300372903f3e2dfa4bc0ff8f66d7a9ecf6f83
parentec5622b1a45c9cdce86d1a44aa3a4be6f4eb71bc (diff)
parent958eaba3d9839ce6283933dad50c599758c554f3 (diff)
downloadgitlab-ce-5ec803898423645ecf7a58029733c8bc7c5cc4b2.tar.gz
Merge pull request #8805 from mavimo/patch-1
Fix typo in changelog
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4d8fb3585e4..ebd34b85d86 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,7 +10,7 @@ v 7.8.0 (unreleased)
- 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
+ - Fix overflow at sidebar when have several items
- Add notes for label changes in issue and merge requests
- Show tags in commit view (Hannes Rosenögger)
- Only count a user's vote once on a merge request or issue (Michael Clarke)