summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-01-05 15:12:35 +0000
committerDouwe Maan <douwe@gitlab.com>2016-01-05 15:12:35 +0000
commit7c3c901ada6fc4a6d2d3ce7a2cf8188cf6615008 (patch)
tree20ce6767a9ce239b893b64fbf04d815b79f98686 /CHANGELOG
parent9b1270280a65cc39c8dd908a12f8dbc7847ec971 (diff)
parentedd2ce38369e5a332b1b9932647d670862ffddbf (diff)
downloadgitlab-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--CHANGELOG2
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)