summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-10 18:39:10 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-10 18:40:39 +0200
commit1f813024bacc8ea6ac066c9707aeb414fade0e0a (patch)
treee3927b821d62921ac0e9e6623c6a770efe8c0059 /CHANGELOG
parent24d139ba971cf61a4b7a01031c4c57bcba29b172 (diff)
downloadgitlab-ce-1f813024bacc8ea6ac066c9707aeb414fade0e0a.tar.gz
Don't leak existence of project via search autocomplete.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0878c03207b..0a61fee1cb2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
Please view this file on the master branch, on stable branches it's out of date.
v 7.10.0 (unreleased)
+ - Don't leak existence of project via search autocomplete.
+ - Fix broken file browsing with a submodule that contains a relative link (Stan Hu)
- Fix bug where Wiki pages that included a '/' were no longer accessible (Stan Hu)
- Fix bug where error messages from Dropzone would not be displayed on the issues page (Stan Hu)
- Add ability to configure Reply-To address in gitlab.yml (Stan Hu)