summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-29 15:48:45 +0100
committerDouwe Maan <douwe@gitlab.com>2015-10-29 15:49:07 +0100
commit6d0337a97a9d21a27bdd96b48ae17d2458b4ad46 (patch)
treeac5aad7747e47afcbe4f88b89937923794d77533 /CHANGELOG
parent3be9d2c422b8651498abec3a2ee9bb6a3685f040 (diff)
downloadgitlab-ce-6d0337a97a9d21a27bdd96b48ae17d2458b4ad46.tar.gz
Update changelog item
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 200e105db4f..325583722f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,5 @@
Please view this file on the master branch, on stable branches it's out of date.
-development
- - Adds ability to create directories using the web editor
-
v 8.2.0 (unreleased)
- Improved performance of replacing references in comments
- Show last project commit to default branch on project home page
@@ -32,6 +29,9 @@ v 8.1.0
- Ensure MySQL CI limits DB migrations occur after the fields have been created (Stan Hu)
- Fix duplicate repositories in GitHub import page (Stan Hu)
- Redirect to a default path if HTTP_REFERER is not set (Stan Hu)
+ - Adds ability to create directories using the web editor (Ben Ford)
+
+v 8.1.0 (unreleased)
- 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.