diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-12-15 13:15:29 -0800 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-12-15 13:15:29 -0800 |
commit | a1a323392d4f0cb59eab2e215fa4010b84fc122d (patch) | |
tree | edd997358fe5dc1b5d099307c89e92e551a8bc65 /CHANGELOG.md | |
parent | 1bc9fe3ba010dc5ad6283c175754b1797dae8eef (diff) | |
download | gitlab-ce-a1a323392d4f0cb59eab2e215fa4010b84fc122d.tar.gz |
Update CHANGELOG.md for 10.2.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index adf097b52f3..fd7825b5f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.2.5 (2017-12-15) + +### Fixed (8 changes) + +- Create a fork network for forks with a deleted source. !15595 +- Correctly link to a forked project from the new fork page. !15653 +- Fix the fork project functionality for projects with hashed storage. !15671 +- Fix updateEndpoint undefined error for issue_show app root. !15698 +- Fix broken illustration images for monitoring page empty states. !15889 +- Fix related branches/Merge requests failing to load when the hostname setting is changed. +- Fix gitlab:import:repos Rake task moving repositories into the wrong location. +- Gracefully handle case when repository's root ref does not exist. + +### Performance (3 changes) + +- Keep track of all circuitbreaker keys in a set. !15613 +- Only load branch names for protected branch checks. +- Optimize API /groups/:id/projects by preloading associations. + + ## 10.2.4 (2017-12-07) ### Security (5 changes) |