summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-06 10:17:20 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-06 19:56:34 +0200
commit68ac8d38e24d4c63d28f874f1a40e792cfeb4296 (patch)
treecea111c6a19598b672cdbe22f60a064444c2822a
parent5f32b82a80d517421889cfc89452f8d94fa09ea5 (diff)
downloadgitlab-ce-68ac8d38e24d4c63d28f874f1a40e792cfeb4296.tar.gz
Add Changelog entry for project badges in settings
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a23c8a54af1..7b900853801 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@ v 8.7.0 (unreleased)
- All images in discussions and wikis now link to their source files !3464 (Connor Shea).
- 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)
+ - Expose project badges in project settings
+ - Don't attempt to fetch any tags from a forked repo (Stan Hu)
+ - 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
- Make HTTP(s) label consistent on clone bar (Stan Hu)
- Expose label description in API (Mariusz Jachimowicz)