summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-06-22 16:41:15 +0200
committerJames Lopez <james@jameslopez.es>2016-06-22 16:41:15 +0200
commit37fd6f9aa103a0d47010b0a1b7358bc9dc526fa6 (patch)
treec99a8eab63ef223f9f138ce9e6307fbfe75c30c0 /CHANGELOG
parent48d76ecec8ec0387db4fbbda3f065c424c3ea51a (diff)
parent1d9bbb0b8ef4d67833fc99a5c6ffcdafa43a38d6 (diff)
downloadgitlab-ce-37fd6f9aa103a0d47010b0a1b7358bc9dc526fa6.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-url-validator
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3b3259a7a23..bd6c922d30f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.9.0 (unreleased)
- Set import_url validation to be more strict
+v 8.10.0 (unreleased)
+ - Wrap code blocks on Activies and Todos page. !4783 (winniehell)
+ - Fix MR-auto-close text added to description. !4836
+
+v 8.9.0
- Fix builds API response not including commit data
- Fix error when CI job variables key specified but not defined
- Fix pipeline status when there are no builds in pipeline
@@ -14,7 +19,6 @@ v 8.9.0 (unreleased)
- Fix endless redirections when accessing user OAuth applications when they are disabled
- Allow enabling wiki page events from Webhook management UI
- Bump rouge to 1.11.0
- - Fix MR-auto-close text added to description
- Fix issue with arrow keys not working in search autocomplete dropdown
- Fix an issue where note polling stopped working if a window was in the
background during a refresh.
@@ -38,7 +42,6 @@ v 8.9.0 (unreleased)
- Implement a fair usage of shared runners
- Remove project notification settings associated with deleted projects
- Fix 404 page when viewing TODOs that contain milestones or labels in different projects
- - Wrap code blocks on Activies and Todos page !4783 (winniehell)
- Add a metric for the number of new Redis connections created by a transaction
- Fix Error 500 when viewing a blob with binary characters after the 1024-byte mark
- Redesign navigation for project pages