Update CHANGELOG.md for 10.4.1

[ci skip]
This commit is contained in:
Robert Speicher 2018-01-24 22:02:17 -06:00
parent 44728e0527
commit db00a13584
7 changed files with 15 additions and 32 deletions

View File

@ -2,6 +2,21 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.4.1 (2018-01-24)
### Fixed (4 changes)
- Ensure that users can reclaim a namespace or project path that is blocked by an orphaned route. !16242
- Correctly escape UTF-8 path elements for uploads. !16560
- Fix issues when rendering groups and their children. !16584
- Fix bug in which projects with forks could not change visibility settings from Private to Public. !16595
### Performance (2 changes)
- rework indexes on redirect_routes.
- Remove unecessary query from labels filter.
## 10.4.0 (2018-01-22)
### Security (8 changes, 1 of them is from the community)

View File

@ -1,6 +0,0 @@
---
title: Fix bug in which projects with forks could not change visibility settings from
Private to Public
merge_request: 16595
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Correctly escape UTF-8 path elements for uploads
merge_request: 16560
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix issues when rendering groups and their children
merge_request: 16584
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: rework indexes on redirect_routes
merge_request:
author:
type: performance

View File

@ -1,5 +0,0 @@
---
title: Remove unecessary query from labels filter
merge_request:
author:
type: performance

View File

@ -1,6 +0,0 @@
---
title: Ensure that users can reclaim a namespace or project path that is blocked by
an orphaned route
merge_request: 16242
author:
type: fixed