From 5a042d0e3ee406b3bb653c5f72e77147777361b0 Mon Sep 17 00:00:00 2001
From: Nick Thomas <nick@gitlab.com>
Date: Wed, 1 Apr 2020 13:28:27 +0100
Subject: [PATCH] Add a missing CHANGELOG entry

---
 CHANGELOG  | 1 +
 PROCESS.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index b789422965480..5ee84c1bb3781 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.29.0
 v 8.28.0
 
 - Reject parameters that override upload fields
+- PyPi - Object storage upload route for package files !474
 
 v 8.27.0
 
diff --git a/PROCESS.md b/PROCESS.md
index def0b6d11dd19..a82d7e5165d94 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -24,6 +24,7 @@ maintainers. The release process is:
     versions (x.y.1, x.y.2 etc.) , use `x-y-stable`. Also see [below](#versioning)
 -   create a merge request to update CHANGELOG and VERSION on the
     release branch
+-   You can use `git log --first-parent <last-version>..master` to see the list of changes
 -   merge the merge request
 -   run `make tag` or `make signed_tag` on the release branch. This will
     make a tag matching the VERSION file.
-- 
GitLab