summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 83141db..bf965a4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,7 +3,14 @@ v7.14.0 (unreleased)
- Adjust CI config to support Docker executors
- Added Application Settings
- Randomize test database for CI tests
-
+ - Make YAML validation stricter
+ - Use avatars received from GitLab
+ - Refactor GitLab API usage to use either access_token or private_token depending on what was specified during login
+ - Allow to use access_token for API requests
+ - Fix project API listing returning empty list when first projects are not added to CI
+
+ - Added support for CI skipped status
+
v7.13.1
- Fix: user could steal specific runner
- Fix: don't send notifications for jobs with allow_failure set