Skip to content

Add a missing CHANGELOG entry

Nick Thomas requested to merge (removed):add-missing-changelog-entry into master

Here's the output of git log --first-parent v8.27.0..v8.28.0:

commit 7168c2e344d7857a22d63b02f384bb059f87e12c (tag: v8.28.0)
Merge: 3f55999 3fbf8ef
Author: Alessio Caiazza <acaiazza@gitlab.com>
Date:   Mon Mar 23 17:04:08 2020 +0000

    Merge branch 'security-193100-ignore-duplicate-multipart-params' into 'master'
    
    Reject parameters that override upload fields
    
    See merge request gitlab-org/security/gitlab-workhorse!3

commit 3f55999aba13300402e0c7bfdef15da0ec5a8702
Merge: a6556dd d615e14
Author: Nick Thomas <nick@gitlab.com>
Date:   Fri Mar 20 17:16:30 2020 +0000

    Merge branch '250-pypi-object-storage-upload-route-for-package-files-2' into 'master'
    
    Resolve "PyPi - Object storage upload route for package files"
    
    See merge request gitlab-org/gitlab-workhorse!474

The changelog only references the first, but it should reference both.

Add this useful command to PROCESS.md as a stopgap before automatic releases.

Merge request reports