diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2ce0ab52903c224b45ad7b661fcff7624e22d1..7e54cb1ccee3f0d44111ee50ded3172aae71e552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ documentation](doc/development/changelog.md) for instructions on adding your own entry. +## 11.8.3 (2019-03-19) + +### Security (1 change) + +- Remove project serialization in quick actions response. + + ## 11.8.2 (2019-03-13) ### Security (1 change) diff --git a/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml b/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml deleted file mode 100644 index 272f8a95957e1f08a22481bce0b4ad923b50a83c..0000000000000000000000000000000000000000 --- a/changelogs/unreleased/security-2826-fix-project-serialization-in-quick-actions.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Remove project serialization in quick actions response -merge_request: -author: -type: security