Update CHANGELOG.md for 13.1.1

[ci skip]
This commit is contained in:
GitLab Release Tools Bot 2020-06-23 20:30:50 +00:00
parent 901af2a0dd
commit 3a06969fe8
5 changed files with 14 additions and 20 deletions

View File

@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 13.1.1 (2020-06-23)
### Fixed (4 changes)
- Fix missing templating vars set from URL in metrics dashboard. !34668
- Fix edit status dropdown overflow. !34847
- Load user before logging git http-requests. !34923
- Do not mask key comments for DeployKeys. !35014
### Added (1 change)
- Periodically recompute project authorizations. !34071
## 13.0.6 (2020-06-10)
- No changes.

View File

@ -1,5 +0,0 @@
---
title: Periodically recompute project authorizations
merge_request: 34071
author:
type: added

View File

@ -1,5 +0,0 @@
---
title: Do not mask key comments for DeployKeys
merge_request: 35014
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Load user before logging git http-requests
merge_request: 34923
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix missing templating vars set from URL in metrics dashboard
merge_request: 34668
author:
type: fixed