summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-06-02 13:59:34 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-06-02 13:59:34 -0400
commitab75b21c83a80d144716e63aa8731092af3eb0cc (patch)
tree09f3b43a63825107c6d9c1e2ad4c6f24701c4bf1
parent7deb21b6261c1e8f55617dd4f5ae75c10b0ab047 (diff)
downloadgitlab-ce-ab75b21c83a80d144716e63aa8731092af3eb0cc.tar.gz
Update CHANGELOG for 8.8.3
[ci skip]
-rw-r--r--CHANGELOG24
1 files changed, 17 insertions, 7 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a87e091940..27f60c7de06 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -32,13 +32,23 @@ v 8.9.0 (unreleased)
- Cache project build count in sidebar nav
v 8.8.3
- - Fix incorrect links on pipeline page when merge request created from fork
- - Fix gitlab importer failing to import new projects due to missing credentials
- - Fix serious performance bug with rendering Markdown with InlineDiffFilter
- - Fix import URL migration not rescuing with the correct Error
- - In search results, only show notes on confidential issues that the user has access to
- - Fix health check access token changing due to old application settings being used
- - Fix wiki project clone address error (chujinjin)
+ - Fix 404 page when viewing TODOs that contain milestones or labels in different projects. !4312
+ - Fixed JS error when trying to remove discussion form. !4303
+ - Fixed issue with button color when no CI enabled. !4287
+ - Fixed potential issue with 2 CI status polling events happening. !3869
+ - Improve design of Pipeline view. !4230
+ - Fix gitlab importer failing to import new projects due to missing credentials. !4301
+ - Fix import URL migration not rescuing with the correct Error. !4321
+ - Fix health check access token changing due to old application settings being used. !4332
+ - Make authentication service for Container Registry to be compatible with Docker versions before 1.11. !4363
+ - Add Application Setting to configure Container Registry token expire delay (default 5 min). !4364
+ - Pass the "Remember me" value to the 2FA token form. !4369
+ - Fix incorrect links on pipeline page when merge request created from fork. !4376
+ - Use downcased path to container repository as this is expected path by Docker. !4420
+ - Fix wiki project clone address error (chujinjin). !4429
+ - Fix serious performance bug with rendering Markdown with InlineDiffFilter. !4392
+ - Fix missing number on generated ordered list element. !4437
+ - Prevent disclosure of notes on confidential issues in search results.
v 8.8.2
- Added remove due date button. !4209