From f4ebf930c629fa267884841c1790f6411f8a1de7 Mon Sep 17 00:00:00 2001 From: Regis Date: Wed, 31 May 2017 16:49:34 -0600 Subject: [PATCH] Update CHANGELOG.md for 9.0.8 [ci skip] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f114da997f0..b1fa9e7c562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -523,6 +523,12 @@ entry. - Only send chat notifications for the default branch. - Don't fill in the default kubernetes namespace. +## 9.0.8 (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.0.7 (2017-05-05) - Enforce project features when searching blobs and wikis.