From 51b3f26722ec67663388bf1c4b0fce3b6eea7279 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 6 Jul 2023 22:10:34 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50450c085..ccc115d9a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,23 @@ and this project adheres to `Semantic Versioning`_. Unreleased ---------- +Added +~~~~~ + +* Frontend for managing rooms. +* [Dev] Components for implementing standard CRUD operations in new frontend. +* [Dev] Options for filtering and sorting of GraphQL queries at the server. + +Changed +~~~~~~~ + +* Management of school terms was migrated to new frontend. + +Fixed +~~~~~ + +* GraphQL mutations did not return errors in case of exceptions. + `3.1.2`_ - 2023-07-05 --------------------- @@ -210,7 +227,6 @@ Fixed update * [Dev] Site reference on extensible models can no longer cause name clashes because of its related name -* GraphQL mutations did not return errors in case of exceptions. Removed ~~~~~~~ -- GitLab