From e8662dd82e441df254bcaba57189db192bc7d06f Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Mon, 29 Mar 2021 16:28:40 +0200
Subject: [PATCH] Added CHANGELOG

---
 CHANGELOG.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..4c9d634
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,19 @@
+# Change Log
+
+## Version ??? - Soon
+
+- Fix typos, wrong value displays
+- Reworked activity display and allow HTML display inputs
+- Allowed easy activity duplication
+- Separate activity must_subscribe display from actual subscriptions
+	(so a single activity can have multiple clones: one displayed in list, and multiple in
+	planning and inscription lists if occurs more than once)
+
+## Version 1.0.1 - day one patch - 2021-03-24
+
+- Fix missing field `is_staff` in user model
+- Fix non-nullable setting `activity_submission_form`
+
+## Version 1.0.0 - 2021-03-24
+
+- Initial release
-- 
GitLab