summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis <boudinot.regis@yahoo.com>2017-05-31 11:10:00 -0600
committerRegis <boudinot.regis@yahoo.com>2017-05-31 11:10:00 -0600
commit6ce73dc5d0889638e0e46b9bfefdd518e293a8c6 (patch)
treeb556b1f74a4be54faee027b817b574fdf2913bb3
parentb2ec774c235fdae10ae08335d3cad2aea9f2987e (diff)
downloadgitlab-ce-6ce73dc5d0889638e0e46b9bfefdd518e293a8c6.tar.gz
Update CHANGELOG.md for 9.2.3
[ci skip]
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c27d4c20d76..2ff4648620c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.2.3 (2017-05-31)
+
+- Move uploads from 'public/uploads' to 'public/uploads/system'.
+- Escapes html content before appending it to the DOM.
+- Restrict API X-Frame-Options to same origin.
+- Allow users autocomplete by author_id only for authenticated users.
+
## 9.2.2 (2017-05-25)
- Fix issue where real time pipelines were not cached. !11615