summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-05-31 16:49:32 -0600
committerRegis <boudinot.regis@yahoo.com>2017-05-31 16:49:32 -0600
commitf9eae2804a6e72c34dfd4abb008c5e0685cbd507 (patch)
treec3ec1942ffaaa8d4d18773f0ecd1ee57b298c1cf
parent319795bb8a5f41a888d9db4a5a1ab54903465840 (diff)
downloadgitlab-ce-f9eae2804a6e72c34dfd4abb008c5e0685cbd507.tar.gz
Update CHANGELOG.md for 9.0.8
[ci skip]
-rw-r--r--CHANGELOG.md6
-rw-r--r--changelogs/unreleased/28917-contain-uploads-in-system-dir.yml4
-rw-r--r--changelogs/unreleased/dz-api-x-frame.yml4
-rw-r--r--changelogs/unreleased/dz-restrict-autocomplete.yml4
4 files changed, 6 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 406507aede0..48da8d6da27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 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.
diff --git a/changelogs/unreleased/28917-contain-uploads-in-system-dir.yml b/changelogs/unreleased/28917-contain-uploads-in-system-dir.yml
deleted file mode 100644
index cddab46d815..00000000000
--- a/changelogs/unreleased/28917-contain-uploads-in-system-dir.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Move uploads from 'public/uploads' to 'public/uploads/system'
-merge_request:
-author:
diff --git a/changelogs/unreleased/dz-api-x-frame.yml b/changelogs/unreleased/dz-api-x-frame.yml
deleted file mode 100644
index 0483a9e076a..00000000000
--- a/changelogs/unreleased/dz-api-x-frame.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Restrict API X-Frame-Options to same origin
-merge_request:
-author:
diff --git a/changelogs/unreleased/dz-restrict-autocomplete.yml b/changelogs/unreleased/dz-restrict-autocomplete.yml
deleted file mode 100644
index 65c944653f8..00000000000
--- a/changelogs/unreleased/dz-restrict-autocomplete.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Allow users autocomplete by author_id only for authenticated users
-merge_request:
-author: