Update CHANGELOG.md for 9.1.5

[ci skip]
This commit is contained in:
Regis 2017-05-31 16:46:32 -06:00
parent 6ce73dc5d0
commit 24fa70589a
1 changed files with 6 additions and 0 deletions

View File

@ -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)