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:
authorJohn Cai <jcai@gitlab.com>2019-05-07 19:04:47 +0300
committerJohn Cai <jcai@gitlab.com>2019-05-07 19:04:47 +0300
commitee2e56560b9d457b9bdd27c255df176507130a22 (patch)
tree0d1001b60bbe597dcc86e808736ffe487b5a5b49
parent6f8f5ae53799e8275ed1f83a99cdaa96467125b2 (diff)
parentd73ac4f431b7ba670cf5ad18add410ace3ffc2a5 (diff)
Merge branch 'jv-fix-changelog-1.38.0' into 'master'
Add missing changelog entry for MR 1203 See merge request gitlab-org/gitaly!1242
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f41733076..537b9e30d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,10 @@
## v1.38.0
+#### Added
+- Add cache for batch files
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1203
+
#### Other
- Upgrade Rubocop to 0.68.1
https://gitlab.com/gitlab-org/gitaly/merge_requests/1229