Update CHANGELOG.md for 11.9.5

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2019-04-03 13:44:07 +00:00
parent f4e8f6c89b
commit dd7e927b38
5 changed files with 13 additions and 20 deletions

View File

@ -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)

View File

@ -1,5 +0,0 @@
---
title: Force to recreate all MR diffs on import
merge_request: 26480
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix API /project/:id/branches not returning correct merge status
merge_request: 26785
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Avoid excessive recursive calls with Rugged TreeEntries
merge_request: 26813
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Force a full GC after importing a project
merge_request: 26803
author:
type: performance