diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-01-05 15:12:35 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-01-05 15:12:35 +0000 |
commit | 7c3c901ada6fc4a6d2d3ce7a2cf8188cf6615008 (patch) | |
tree | 20ce6767a9ce239b893b64fbf04d815b79f98686 /CHANGELOG | |
parent | 9b1270280a65cc39c8dd908a12f8dbc7847ec971 (diff) | |
parent | edd2ce38369e5a332b1b9932647d670862ffddbf (diff) | |
download | gitlab-ce-7c3c901ada6fc4a6d2d3ce7a2cf8188cf6615008.tar.gz |
Merge branch 'joshfng/gitlab-ce-fix-3802' into 'master'
Show 'New Merge Request' buttons on canonical repo. (by @joshfng)
Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2189 to run tests on our runners.
See merge request !2300
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 47ef06bee54..d841b149615 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -96,6 +96,8 @@ v 8.3.0 - Do not show build status unless builds are enabled and `.gitlab-ci.yml` is present - Persist runners registration token in database - Fix online editor should not remove newlines at the end of the file + - Expose Git's version in the admin area + - Show "New Merge Request" buttons on canonical repos when you have a fork (Josh Frye) v 8.2.3 - Fix application settings cache not expiring after changes (Stan Hu) |