summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-04-04 15:27:58 +0200
committerRémy Coutable <remy@rymai.me>2016-04-04 15:27:58 +0200
commite014fe0426469577dff9a925ba079db27a87c54b (patch)
treedc176ae3ae72bfb9b165a3f6b35025ac7940a548
parent41c478cb8f680c57015ab8c2ae7bc0f371a03899 (diff)
downloadgitlab-ce-e014fe0426469577dff9a925ba079db27a87c54b.tar.gz
Add 8.6.4 changelog item
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 26e81f3c303..34cf78f8f8c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,6 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.7.0 (unreleased)
- - Don't attempt to fetch any tags from a forked repo (Stan Hu)
- Improved Markdown rendering performance !3389 (Yorick Peterse)
- Don't attempt to look up an avatar in repo if repo directory does not exist (Stan hu)
- Preserve time notes/comments have been updated at when moving issue
@@ -20,6 +19,9 @@ v 8.7.0 (unreleased)
- Fall back to `In-Reply-To` and `References` headers when sub-addressing is not available (David Padilla)
- Remove "Congratulations!" tweet button on newly-created project. (Connor Shea)
+v 8.6.4
+ - Don't attempt to fetch any tags from a forked repo (Stan Hu)
+
v 8.6.3
- Mentions on confidential issues doesn't create todos for non-members. !3374
- Destroy related todos when an Issue/MR is deleted. !3376