From 1aed984bea564e53588b2a39ba7d24ee0854aa29 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 1 Aug 2021 17:03:38 +0200
Subject: [PATCH] Update changelog for 2.0rc4

(cherry picked from commit 7f22f081eae82f8d19fec7806c7dbac1cfdd0fe2)
---
 CHANGELOG.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index aa8a7fbcc..f2c419e62 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
-Unreleased
-----------
+`2.0rc4`_ - 2021-08-01
+----------------------
 
 Added
 ~~~~~
@@ -19,6 +19,7 @@ Fixed
 
 * Correctly deliver server errors to user
 * Use text HTTP response for serviceworker.js insteas of binary stream
+* Use Django permission instead of rule to prevent performance issues.
 
 `2.0rc3`_ - 2021-07-26
 ----------------------
-- 
GitLab