diff options
author | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-04 14:48:25 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-04 14:48:25 +0000 |
commit | eecc2b942c939c383589037a1b0c5dfe9b85a060 (patch) | |
tree | 8351ffdd7315b6e1b9461a704d5d848344da60ec /CHANGELOG.md | |
parent | d9bcba4b6e2756d6a8e17a0108dbc044dcbc5733 (diff) | |
download | gitlab-ce-eecc2b942c939c383589037a1b0c5dfe9b85a060.tar.gz |
Update CHANGELOG.md for 11.9.6
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a92405ad910..73f828865bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.9.6 (2019-04-04) + +### Fixed (3 changes) + +- Force to recreate all MR diffs on import. !26480 +- Fix API /project/:id/branches not returning correct merge status. !26785 +- Avoid excessive recursive calls with Rugged TreeEntries. !26813 + +### Performance (1 change) + +- Force a full GC after importing a project. !26803 + + ## 11.9.5 (2019-04-03) ### Fixed (3 changes) |