summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72748664f8c..a2015f42a10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,6 @@ entry.
- Fix user without access to private Wiki being able to see it on the project page
- Fix Cross-Site Scripting (XSS) vulnerability while editing a comment
-
## 10.1.4 (2017-11-14)
### Fixed (4 changes)
@@ -261,17 +260,6 @@ entry.
- creation of keys moved to services. !13331 (haseebeqx)
- Add username as GL_USERNAME in hooks.
-## 10.0.7 (2017-12-07)
-
-### Security (5 changes)
-
-- Fix e-mail address disclosure through member search fields
-- Prevent creating issues through API when user does not have permissions
-- Prevent an information disclosure in the Groups API
-- Fix user without access to private Wiki being able to see it on the project page
-- Fix Cross-Site Scripting (XSS) vulnerability while editing a comment
-
-
## 10.0.5 (2017-11-03)
- [FIXED] Fix incorrect X-axis labels in Prometheus graphs. !14258