diff options
author | Mark Fletcher <mark@gitlab.com> | 2018-01-30 10:00:33 +0000 |
---|---|---|
committer | Mark Fletcher <mark@gitlab.com> | 2018-01-30 10:00:33 +0000 |
commit | dfe9d49534a26e86c773d81a4f5b81165efdd506 (patch) | |
tree | 09e8e4dc63c27a43d153fbcd591475d0007ae0ce /CHANGELOG.md | |
parent | 364395b36ff89924b70f7fc248c7103f26d525a4 (diff) | |
download | gitlab-ce-dfe9d49534a26e86c773d81a4f5b81165efdd506.tar.gz |
Update CHANGELOG.md for 10.4.2
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 248c85304a9..5fc97c06f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |