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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0defe895b..e856f26ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Gitaly changelog
+## v0.106.0
+
+#### Changed
+- Colons are not allowed in refs
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/747
+
+#### Fixed
+- Reraise UnsupportedEncodingError as FailedPrecondition
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/718
+
+#### Other
+- Vendor gitlab_git at 930ad88a87b0814173989
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/752
+- Upgrade vendor to d2aa3e3d5fae1017373cc047a9403cfa111b2031
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
## v0.105.0
#### Added