Commit d2aa81c0 authored by Rémy Coutable's avatar Rémy Coutable

Update CHANGELOG.md for 8.13.4

[ci skip]
parent 511a5859
......@@ -2,6 +2,13 @@ Please view this file on the master branch, on stable branches it's out of date.
## 8.13.4
- Fix showing pipeline status for a given commit from correct branch. !7034
- Only skip group when it's actually a group in the "Share with group" select. !7262
- Introduce round-robin project creation to spread load over multiple shards. !7266
- Ensure merge request's "remove branch" accessors return booleans. !7267
- Ensure external users are not able to clone disabled repositories.
- Fix XSS issue in Markdown autolinker.
- Respect event visibility in Gitlab::ContributionsCalendar.
- Honour issue and merge request visibility in their respective finders.
- Disable reference Markdown for unavailable features.
- Fix lightweight tags not processed correctly by GitTagPushService. !6532
......
---
title: Respect event visibility in Gitlab::ContributionsCalendar
merge_request:
author:
---
title: Only skip group when it's actually a group in the "Share with group" select
merge_request: 7262
author:
---
title: Introduce round-robin project creation to spread load over multiple shards
merge_request: 7266
author:
---
title: Ensure merge request's "remove branch" accessors return booleans
merge_request: 7267
author:
---
title: Ensure external users are not able to clone disabled repositories.
merge_request:
author:
---
title: Fix XSS issue in Markdown autolinker
merge_request:
author:
---
title: Fix showing pipeline status for a given commit from correct branch
merge_request: 7034
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment