summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-27 14:51:54 +0200
committerRémy Coutable <remy@rymai.me>2016-07-27 14:54:57 +0200
commitaed644ccc084223cb1f9c5d955569c5ff9eeaf88 (patch)
tree1882f3c5600901435c1ae1c9bc15f078628c7944
parentd24aafd647c0bf5e904da106e804512e4cd3d415 (diff)
downloadgitlab-ce-aed644ccc084223cb1f9c5d955569c5ff9eeaf88.tar.gz
Fix typo in CHANGELOG
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f46c338885e..ab1e96919a6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,7 +24,7 @@ v 8.10.3 (unreleased)
v 8.10.2
- User can now search branches by name. !5144
- - Page is now properlty rendered after commiting the first file and creating the first branch. !5399
+ - Page is now properly rendered after committing the first file and creating the first branch. !5399
- Add branch or tag icon to ref in builds page. !5434
- Fix backup restore. !5459
- Use project ID in repository cache to prevent stale data from persisting across projects. !5460