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:
authorDouwe Maan <douwe@gitlab.com>2015-10-29 17:50:49 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-29 17:50:49 +0300
commit0ea38dc519b86d2bd2e14f1df1baf0fffc043af6 (patch)
tree8dc3643e810cb4e272cb767337b212782e2f5976 /CHANGELOG
parentf24324adbea1f7df20e77647b1df7085cba51a95 (diff)
parent6d0337a97a9d21a27bdd96b48ae17d2458b4ad46 (diff)
Merge branch 'binford2k/gitlab-ce-feature/create_new_directories'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fa13343ea2b..cf44a5c7c82 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -30,6 +30,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.