diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-23 16:40:19 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-23 16:40:19 +0000 |
commit | 14d2a9a4c2c4ed529bf2575de0c3433754be4555 (patch) | |
tree | fce065d25a583a751ba1474cdc01908f8ac69a70 /CHANGELOG.md | |
parent | 38de1d678f16a672bd6beed0ca5c12254b99b465 (diff) | |
download | gitlab-ce-14d2a9a4c2c4ed529bf2575de0c3433754be4555.tar.gz |
Update CHANGELOG.md for 11.5.11
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c512585ff6a..5cac1dd9d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1499,6 +1499,25 @@ entry. - Enable Rubocop on lib/gitlab. (gfyoung) +## 11.5.11 (2019-04-23) + +### Fixed (2 changes) + +- Bring back Rugged implementation of find_commit. !25477 +- Avoid excessive recursive calls with Rugged TreeEntries. !26813 + +### Performance (1 change) + +- Bring back Rugged implementation of ListCommitsByOid. !27441 + +### Other (4 changes) + +- Bring back Rugged implementation of GetTreeEntries. !25674 +- Bring back Rugged implementation of CommitIsAncestor. !25702 +- Bring back Rugged implementation of TreeEntry. !25706 +- Bring back Rugged implementation of commit_tree_entry. !25896 + + ## 11.5.8 (2019-01-28) ### Security (21 changes) |