Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Cooper <ahnolds@gmail.com>2015-11-13 05:38:26 +0300
committerAlec Cooper <ahnolds@gmail.com>2015-11-14 23:00:55 +0300
commit4bb99677b1ddee84ab0433efe081de8025e5aa53 (patch)
treed6a2771f2c3224228b19a812cdd990d6f5655ffa /CHANGELOG
parentaec9f211e534900f602e769dcdd6f69730849f92 (diff)
Relative links in the README file shown on the repository homepage should point
to the default branch, not to master
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1bd60728e6f..5d22e950914 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -39,6 +39,7 @@ v 8.2.0 (unreleased)
- Improve Continuous Integration graphs page
- Make color of "Accept Merge Request" button consistent with current build status
- Add ignore white space option in merge request diff and commit and compare view
+ - Relative links from a repositories README.md now link to the default branch
v 8.1.4
- Fix bug where manually merged branches in a MR would end up with an empty diff (Stan Hu)