summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-10-21 09:30:57 +0200
committerRobert Speicher <rspeicher@gmail.com>2015-10-21 09:30:57 +0200
commit6a78828b26ce8e702b80fa756f691720b807f9f1 (patch)
treefcf9654c93937fc08d2068110aaf00a970b2b066
parente8d5582729b801f5223c803dd5331e7a089be159 (diff)
downloadgitlab-ce-6a78828b26ce8e702b80fa756f691720b807f9f1.tar.gz
Update CHANGELOG
[ci skip]
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 87019454357..e1643f6844e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
v 8.2.0 (unreleased)
- - Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)
- Improved performance of replacing references in comments
- Fix duplicate repositories in GitHub import page (Stan Hu)
- - Redirect to a default path if HTTP_REFERER is not set (Stan Hu)
- Show last project commit to default branch on project home page
- Highlight comment based on anchor in URL
- Adds ability to remove the forked relationship from project settings screen. (Han Loong Liauw)
@@ -12,6 +10,8 @@ v 8.2.0 (unreleased)
- Allow users to select the Files view as default project view (Cristian Bica)
v 8.1.0 (unreleased)
+ - Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)
+ - Redirect to a default path if HTTP_REFERER is not set (Stan Hu)
- Send an email to admin email when a user is reported for spam (Jonathan Rochkind)
- Show notifications button when user is member of group rather than project (Grzegorz Bizon)
- Fix bug preventing mentioned issued from being closed when MR is merged using fast-forward merge.