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:
authorRobert Speicher <robert@gitlab.com>2015-11-24 00:51:51 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-11-24 00:53:19 +0300
commit3017037fc7267705b9667f1690fa26558f17f31d (patch)
tree6dd270022a49bc53c304d6caa361cca93fc8fc79 /CHANGELOG
parent6c280423fbdda243ea67e17e161de13066c6efbf (diff)
Merge branch 'ci-fix-500' into 'master'
Fix 500 when using CI - Fix for Ci::Build state machine, allowing to process builds without the project - Forcefully update builds that didn't want to update with state machine - Fix saving GitLabCiService as Admin Template Fixes #3556 See merge request !1873
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0a9ef0a9434..06cfc25ff87 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.3.0 (unreleased)
+v 8.2.1
+ - Forcefully update builds that didn't want to update with state machine
+ - Fix: saving GitLabCiService as Admin Template
+
v 8.2.0
- Improved performance of finding projects and groups in various places
- Improved performance of rendering user profile pages and Atom feeds