From d26bf4df2f16f4b6da099ed2ce38a452f794e3f1 Mon Sep 17 00:00:00 2001 From: "Nico Pfiffner (nipfif)" Date: Sat, 21 Sep 2024 07:45:36 +0200 Subject: [PATCH] chore: Update changelog. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10acf9b..f18ebb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.19 - 2024-09-21 + +_Download of collected data donations is only possible through the API not through the admin interface. +Fix and comprehensive documentation will be released in a subsequent version._ + +### Fixed +- Fixed mobile layout of matrix question items ([`5e87ac5`](https://github.com/uzh/ddm/commit/5e87ac5). + + ## 1.0.18 - 2024-09-19 _Download of collected data donations is only possible through the API not through the admin interface.