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:
author3kami3 <github@yumimix.org>2016-01-19 16:17:21 +0300
committerRémy Coutable <remy@rymai.me>2016-02-08 20:26:29 +0300
commitcdcedd5b26fcabba451747f37fd2942fe6775410 (patch)
treec4a0445090ba3fd83a45ea73a2d725bab486b600 /CHANGELOG
parent66fe68ac7c29fedfd000373b99e6f9616d72ff8e (diff)
Add an option to supply root email through an environmental variable.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 983a219703a..488b68000df 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v 8.5.0 (unreleased)
- Ensure rake tasks that don't need a DB connection can be run without one
- Update New Relic gem to 3.14.1.311 (Stan Hu)
- Add "visibility" flag to GET /projects api endpoint
+ - Add an option to supply root email through an environmental variable (Koichiro Mikami)
- Ignore binary files in code search to prevent Error 500 (Stan Hu)
- Render sanitized SVG images (Stan Hu)
- Support download access by PRIVATE-TOKEN header (Stan Hu)