summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-08-12 15:55:53 -0500
committerDrew Blessing <drew@gitlab.com>2016-08-12 16:39:59 -0500
commit60858c3d8e5118b5ef6958cf681ba6ae3e141b5c (patch)
treed26dd30faa5d6e25dc5e800f806960ff98fbd0ea /CHANGELOG
parent11eefba891f214eefc1efa334adbcc9e979c0ce3 (diff)
downloadgitlab-ce-60858c3d8e5118b5ef6958cf681ba6ae3e141b5c.tar.gz
Add archived badge to project listing
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 96965a20f69..6e096b480c0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -54,6 +54,7 @@ v 8.11.0 (unreleased)
- Optimize checking if a user has read access to a list of issues !5370
- Store all DB secrets in secrets.yml, under descriptive names !5274
- Nokogiri's various parsing methods are now instrumented
+ - Add archived badge to project list !5798
- Add simple identifier to public SSH keys (muteor)
- Admin page now references docs instead of a specific file !5600 (AnAverageHuman)
- Add a way to send an email and create an issue based on private personal token. Find the email address from issues page. !3363