summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Vito Moscaritolo <mavimo@gmail.com>2015-02-16 09:48:32 +0100
committerMarco Vito Moscaritolo <mavimo@gmail.com>2015-02-16 09:48:32 +0100
commit958eaba3d9839ce6283933dad50c599758c554f3 (patch)
tree0f2300372903f3e2dfa4bc0ff8f66d7a9ecf6f83
parentec5622b1a45c9cdce86d1a44aa3a4be6f4eb71bc (diff)
downloadgitlab-ce-958eaba3d9839ce6283933dad50c599758c554f3.tar.gz
Fix typo in changelog
Fixed small typo in changelog file.
-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)