Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-06-02 14:21:06 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2016-06-02 14:21:06 +0300
commitcf6ce9ae5da4e29c3de59fdc0e214312a8af755d (patch)
treeb5bdd67d803bacfc2c26207f104343e2b9be817b
parent66c01627aff0e10900dd446d3a146377803467a6 (diff)
Moved CHANGELOG entry for !4230
-rw-r--r--CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 42f03a63701..7f7ba885b62 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.8.3
- Fixed potential issue with 2 ci status polling events happening. !3869
+ - Improve design of Pipeline View. !4230
v 8.8.2
- Added remove due date button. !4209
@@ -33,7 +34,6 @@ v 8.8.0
- Added inline diff styling for `change_title` system notes. (Adam Butler)
- Project#open_branches has been cleaned up and no longer loads entire records into memory.
- Escape HTML in commit titles in system note messages
- - Improve design of Pipeline View
- Fix scope used when accessing container registry
- Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios
- Improve multiple branch push performance by memoizing permission checking