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.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a12e2f6f..aa76f8f35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Gitaly changelog
+## v0.124.0
+
+#### Deprecated
+- Remove support for Go 1.9
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/
+
+#### Fixed
+- Fix panic in git pktline splitter
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/893
+
+#### Other
+- Rename gitaly proto import to gitalypb
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/895
+
## v0.123.0
#### Added