summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-10 11:53:32 -0500
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-10 11:53:32 -0500
commit292cf847c9d16214b601990b8cba61fb4963c9e6 (patch)
tree6c20301a6b1876c2bf9c3f31a23818cafbd30998
parent903c4975ae59fbee7e058597e6c8cf87f8147eaa (diff)
downloadgitlab-ce-292cf847c9d16214b601990b8cba61fb4963c9e6.tar.gz
Update CHANGELOG.md for 8.13.11
[ci skip]
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aea84f92988..d71683bda65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -547,6 +547,11 @@ entry.
- Fix "Without projects" filter. !6611 (Ben Bodenmiller)
- Fix 404 when visit /projects page
+## 8.13.11 (2017-01-10)
+
+- Update the gitlab-markup gem to the version 1.5.1. !8509
+- Updated Turbolinks to mitigate potential XSS attacks.
+
## 8.13.10 (2016-12-14)
- API: Memoize the current_user so that sudo can work properly. !8017