summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-19 22:00:43 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-07-19 22:00:43 +0100
commit88cd9ff266508b40eb70dcb694f5036eb9a59cad (patch)
tree54d2ae511a49dbb2469667e4ea7d46724f04bd10 /CHANGELOG.md
parent0d6c7a423dd5e740ab3868642b2e04a15a96a85a (diff)
downloadgitlab-ce-88cd9ff266508b40eb70dcb694f5036eb9a59cad.tar.gz
Update CHANGELOG.md for 9.2.8
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e12665bf4d9..35aa5b5aff8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -270,6 +270,13 @@ entry.
- Remove foreigh key on ci_trigger_schedules only if it exists.
- Allow translation of Pipeline Schedules.
+## 9.2.8 (2017-07-19)
+
+- Improve support for external issue references. !12485
+- Renders 404 if given project is not readable by the user on Todos dashboard.
+- Fix incorrect project authorizations.
+- Remove uploads/appearance symlink. A leftover from a previous migration.
+
## 9.2.7 (2017-06-21)
- Reinstate is_admin flag in users api when authenticated user is an admin. !12211 (rickettm)