summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-05-31 16:46:32 -0600
committerRegis <boudinot.regis@yahoo.com>2017-05-31 16:46:32 -0600
commit24fa70589a82012aed5e324c7473cbc28073f86b (patch)
treef398d8974eb1a711b29ad7080c654066605cfe46
parent6ce73dc5d0889638e0e46b9bfefdd518e293a8c6 (diff)
downloadgitlab-ce-24fa70589a82012aed5e324c7473cbc28073f86b.tar.gz
Update CHANGELOG.md for 9.1.5
[ci skip]
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ff4648620c..f114da997f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -219,6 +219,12 @@ entry.
- Fix preemptive scroll bar on user activity calendar.
- Pipeline chat notifications convert seconds to minutes and hours.
+## 9.1.5 (2017-05-31)
+
+- Move uploads from 'public/uploads' to 'public/uploads/system'.
+- Restrict API X-Frame-Options to same origin.
+- Allow users autocomplete by author_id only for authenticated users.
+
## 9.1.4 (2017-05-12)
- Fix error on CI/CD Settings page related to invalid pipeline trigger. !10948 (dosuken123)