summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-03 13:44:07 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-03 13:44:07 +0000
commitdd7e927b38814c54cdaa11e8dd09ce6067615509 (patch)
treea94afdaf348bad8aa254ddb0b41055c25bf617e8 /CHANGELOG.md
parentf4e8f6c89b88990d88d4ce6fddcb1b95a4cc89cd (diff)
downloadgitlab-ce-dd7e927b38814c54cdaa11e8dd09ce6067615509.tar.gz
Update CHANGELOG.md for 11.9.5
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc8123a5888..76e2ed66cfd 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.5 (2019-04-03)
+
+### 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.3 (2019-03-27)
### Security (8 changes)