From a39cc490352257d01d9c27a042c89f6d60fbf7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 11 Jul 2023 20:10:48 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae542fc9b..51ba9b16a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Version 1.2.32 (July 11, 2023) +------------------------------ + +* Fix unexpected EventDispatcher exception in cronjob and during logout +* Integration Tests: Run `apt update` before installing Apache +* Automatic action `TaskMoveColumnClosed` does not log column movement +* Tweak Sqlite connection settings to reduce database locked errors +* Bump `phpunit/phpunit` from `9.6.9` to `9.6.10` + Version 1.2.31 (July 3, 2023) -----------------------------