Update CHANGELOG.md for 8.16.5

[ci skip]
This commit is contained in:
Robert Speicher 2017-02-14 15:44:39 -05:00
parent 79e8e6134f
commit 35216e3e88
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 8.16.5 (2017-02-14)
- Patch Asciidocs rendering to block XSS.
- Fix XSS vulnerability in SVG attachments.
- Prevent the GitHub importer from assigning labels and comments to merge requests or issues belonging to other projects.
- Patch XSS vulnerability in RDOC support.
## 8.16.4 (2017-02-02)
- Support non-ASCII characters in GFM autocomplete. !8729