summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-31 10:17:20 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-01 12:04:30 -0500
commite4084fa0b0cc96b42d3a5eb8795d60c957598e14 (patch)
tree627011b15f1263cc0fdf3cb13107f883cafc7899
parent441948f4382601f63326982c44919d1572390693 (diff)
downloadgitlab-ce-22889-remove-links-from-sidebar.tar.gz
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba9a38c04a8..142c2658035 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- New issue board list dropdown stays open after adding a new list
- Fix: Backup restore doesn't clear cache
- Optimize Event queries by removing default order
+- Remove duplicate links from sidebar
- API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh)
- Add job for removal of unreferenced LFS objects from both the database and the filesystem (Frank Groeneveld)
- Replace jquery.cookie plugin with js.cookie !7085