From 1eb04ec58c1ec3d1d081272caba92646d110e1b7 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 22 Jul 2023 17:16:35 +0200
Subject: [PATCH] Update changelog

---
 CHANGELOG.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ebbc04a15..5af04cec3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -22,6 +22,7 @@ Added
 * Global calendar system
 * Calendar for birthdays of persons
 * Holiday model to track information about holidays.
+* Frontend for managing holidays.
 * [Dev] Components for implementing standard CRUD operations in new frontend.
 * [Dev] Options for filtering and sorting of GraphQL queries at the server.
 * [Dev] Managed models for instances handled by other apps.
@@ -32,6 +33,7 @@ Changed
 ~~~~~~~
 
 * Management of school terms was migrated to new frontend.
+* [Dev] Child groups are exposed in the GraphQL type for groups.
 
 Fixed
 ~~~~~
@@ -49,8 +51,6 @@ Changed
 ~~~~~~~
 
 * uWSGI is now installed together with AlekSIS-Core per default.
-* Introduce Holiday model to track information about holidays.
-* Created field for child groups in the GraphQL type for groups.
 
 Fixed
 ~~~~~
@@ -63,8 +63,8 @@ Fixed
 * [Docker] Clear obsolete bundle parts when adding apps using ONBUILD
 * Extensible forms that used a subset of fields did not render properly
 
-`3.1.1` - 2023-07-01
---------------------
+`3.1.1`_ - 2023-07-01
+---------------------
 
 Fixed
 ~~~~~
-- 
GitLab