Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-04 17:53:08 +0300
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2019-04-04 17:53:08 +0300
commit35b61afd1e8659898d72a8ed1802e7bd66341acb (patch)
tree43fec70289f46956a667ac973160c05ffa148e08 /CHANGELOG.md
parentb99b6bb0960f749e1ba9a129be9c0365e306ed96 (diff)
Update CHANGELOG.md for 11.9.6
[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 76e2ed66cfd..c99e487d04b 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)