summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-10-04 02:36:16 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-10-04 02:36:27 +0800
commit218331e6af8548eb796870de34e73dd43c78644c (patch)
tree0644e1d199680f64293356c73c70ee9a1ba497f3
parent56f583915806aea422d1d2922fa378fc09f0ab1c (diff)
downloadgitlab-ce-218331e6af8548eb796870de34e73dd43c78644c.tar.gz
Add an entry in CHANGELOG [ci skip]
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7ffc74f4ec0..7c9cb58438b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 8.13.0 (unreleased)
- Add word-wrap to issue title on issue and milestone boards (ClemMakesApps)
- Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
- Close open merge request without source project (Katarzyna Kobierska Ula Budziszewska)
+ - Fix that manual jobs would no longer block jobs in the next stage. !6604
- Use a ConnectionPool for Rails.cache on Sidekiq servers
- Replace `alias_method_chain` with `Module#prepend`
- Enable GitLab Import/Export for non-admin users.