From 9df9ece4dd11a8a5a68032ff5ba1f8f633c39b08 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 17 Sep 2019 15:46:25 +0200
Subject: [PATCH] Add changelog.

---
 CHANGELOG.rst | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 CHANGELOG.rst

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 000000000..b05650c99
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,32 @@
+Changelog
+=========
+
+`1.0a1`_
+--------
+
+New features
+~~~~~~~~~~~~
+
+* Devs: Add API to get an audit trail for any school-related object
+* Devs: Providetemplate snippet to display an audit trail
+* Devs: Provide base template for views that allow browsing back/forth
+* Add management command and Cron job for full backups
+* Add system status overview page
+* Allow enabling and disabling maintenance mode from frontend
+* Allow editing the dates of the current school term
+* Add logo to school information
+* Allow editing school information
+* Ensure all actions are reverted if something fails (atomic requests)
+
+Bugfixes
+~~~~~~~~
+
+* Only show active persons in group and persons views
+* Silence KeyError in get_dict template tag
+
+Minor changes
+~~~~~~~~~~~~~
+
+* Use bootstrap buttons everywhere
+
+_`1.0a1`: https://edugit.org/Teckids/BiscuIT/BiscuIT-ng/-/tags/1.0a1
-- 
GitLab