summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-10-19 18:09:33 +0100
committerNick Thomas <nick@gitlab.com>2016-10-20 12:24:27 +0100
commit0bbfdde64d3de61df1f87e2394c0f459512c7f51 (patch)
tree7eb475838c65d7e42fb3193584ae44f1b3a824ec
parent61536ed2cff454bb2e3db8b7ca9ee09cc407461f (diff)
downloadgitlab-ce-0bbfdde64d3de61df1f87e2394c0f459512c7f51.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b018fc0d57..edaa1432757 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Add a /wip slash command to toggle the Work In Progress status of a merge request. !6259 (tbalthazar)
- Fix Error 500 when viewing old merge requests with bad diff data
- Create a new /templates namespace for the /licenses, /gitignores and /gitlab_ci_ymls API endpoints. !5717 (tbalthazar)
+ - Fix viewing merged MRs when the source project has been removed !6991
- Speed-up group milestones show page
- Fix inconsistent options dropdown caret on mobile viewports (ClemMakesApps)
- Extract project#update_merge_requests and SystemHooks to its own worker from GitPushService