diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-12-27 11:07:33 +0000 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-12-27 11:07:33 +0000 |
commit | 6d4361586d29a1e04c7760d519d5aa9f954c5f3d (patch) | |
tree | d2b1f649bbf7846317dd01776dc9e1223cad48eb /CHANGELOG.md | |
parent | 66cb7c35bc17390fc98b6ac285d584679571fbaf (diff) | |
download | gitlab-ce-6d4361586d29a1e04c7760d519d5aa9f954c5f3d.tar.gz |
Update CHANGELOG.md for 10.3.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1b7d926cb..e474786d09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 10.3.1 (2017-12-27) + +### Fixed (3 changes) + +- Don't link LFS objects to a project when unlinking forks when they were already linked. !16006 +- Execute project hooks and services after commit when moving an issue. +- Fix Error 500s with anonymous clones for a project that has moved. + +### Changed (1 change) + +- Reduce the number of buckets in gitlab_cache_operation_duration_seconds metric. !15881 + + ## 10.3.0 (2017-12-22) ### Security (1 change, 1 of them is from the community) |