Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-12-27 14:07:35 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-12-27 14:07:35 +0300
commitaf490ea87b20bfa5062bf661abdeff9012d5884a (patch)
tree3063257f69b836f79768faab42624ac45b706aba /CHANGELOG.md
parent0a2597324b24c8f15b324da4df177c93eb8e72d9 (diff)
Update CHANGELOG.md for 10.3.1
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9539bbed87..1b69c5ee14c 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)