parent
44728e0527
commit
db00a13584
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Correctly escape UTF-8 path elements for uploads
|
||||
merge_request: 16560
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Fix issues when rendering groups and their children
|
||||
merge_request: 16584
|
||||
author:
|
||||
type: fixed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: rework indexes on redirect_routes
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Remove unecessary query from labels filter
|
||||
merge_request:
|
||||
author:
|
||||
type: performance
|
||||
|
|
@ -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
|
||||
Loading…
Reference in New Issue