summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2016-05-27 14:47:46 -0700
committerDJ Mountney <david@twkie.net>2016-05-27 14:47:46 -0700
commit14b0fb516ce857b80ef447109c9dfc9692869148 (patch)
treee25fbc1452714249f3808f57cb160108b9dab373 /CHANGELOG
parent78d8458773f9538ae75f3c0074c6903ff1b5ec06 (diff)
downloadgitlab-ce-14b0fb516ce857b80ef447109c9dfc9692869148.tar.gz
Add Changelog entry for the fix for the health_check access token changing
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a0194a1ba25..b67b7645f72 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -16,6 +16,7 @@ v 8.9.0 (unreleased)
v 8.8.3
- Fix gitlab importer failing to import new projects due to missing credentials
- Fix import URL migration not rescuing with the correct Error
+ - Fix health check access token changing due to old application settings being used
v 8.8.2
- Added remove due date button. !4209