Update CHANGELOG.md for 10.4.2

[ci skip]
This commit is contained in:
Mark Fletcher 2018-01-30 10:00:33 +00:00
parent 364395b36f
commit dfe9d49534
7 changed files with 16 additions and 31 deletions

View File

@ -2,6 +2,22 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
## 10.4.2 (2018-01-30)
### Fixed (6 changes)
- Fix copy/paste on iOS devices due to a bug in webkit. !15804
- Fix missing "allow users to request access" option in public project permissions. !16485
- Fix encoding issue when counting commit count. !16637
- Fixes destination already exists, and some particular service errors on Import/Export error. !16714
- Fix cache clear bug withg using : on Windows. !16740
- Use has_table_privilege for TRIGGER on PostgreSQL.
### Changed (1 change)
- Vendor Auto DevOps template with DAST security checks enabled. !16691
## 10.4.1 (2018-01-24)
### Fixed (4 changes)

View File

@ -1,5 +0,0 @@
---
title: Fix copy/paste on iOS devices due to a bug in webkit
merge_request: 15804
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix missing "allow users to request access" option in public project permissions
merge_request: 16485
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Fix encoding issue when counting commit count
merge_request: 16637
author:
type: fixed

View File

@ -1,6 +0,0 @@
---
title: Fixes destination already exists, and some particular service errors on Import/Export
error
merge_request: 16714
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: 'Fix cache clear bug withg using : on Windows'
merge_request: 16740
author:
type: fixed

View File

@ -1,5 +0,0 @@
---
title: Use has_table_privilege for TRIGGER on PostgreSQL
merge_request:
author:
type: fixed