BigW Consortium Gitlab

Commit c27393bf by Regis

Update CHANGELOG.md for 9.2.3

[ci skip]
parent c3f68f90
......@@ -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
......
---
title: Move uploads from 'public/uploads' to 'public/uploads/system'
merge_request:
author:
---
title: Escapes html content before appending it to the DOM
merge_request:
author:
---
title: Restrict API X-Frame-Options to same origin
merge_request:
author:
---
title: Allow users autocomplete by author_id only for authenticated users
merge_request:
author:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment