summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-07-26 00:27:54 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-07-26 00:27:54 +0000
commitd30949237b988cc8701ea66b906f6e7347e7d5d9 (patch)
treeb326c7d836dc1427067c3e2f4a0513809e44e62f /CHANGELOG.md
parent1771b19464be8dd1f9ff1c20397cbb32efe9a892 (diff)
downloadgitlab-ce-d30949237b988cc8701ea66b906f6e7347e7d5d9.tar.gz
Update CHANGELOG.md for 11.1.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7cc047c40ed..958adfee2fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 11.1.2 (2018-07-26)
+
+### Security (4 changes)
+
+- Adding CSRF protection to Hooks test action.
+- Don't expose project names in GitHub counters.
+- Don't expose project names in various counters.
+- Fixed XSS in branch name in Web IDE.
+
+### Fixed (1 change)
+
+- Escapes milestone and label's names on flash notice when promoting them.
+
+### Performance (1 change)
+
+- Fix slow Markdown rendering. !20820
+
+
## 11.1.1 (2018-07-23)
### Fixed (2 changes)