From 4e218efd97061291dc4ef847c2206965bcc6b5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 12 Feb 2022 15:30:59 -0800 Subject: [PATCH] Update ChangeLog --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 09246bf56..76bc75f08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Version 1.2.22 (February 12, 2022) +---------------------------------- + +* Add support for PHP 8.x +* Remove `project_id` from task URLs +* Update `da_DK` translations +* Add automatic action to set the due date when the task is moved away from a specific column +* Condense wording on inferred action and update translations +* Add EVENT_CREATE and EVENT_CREATE_UPDATE events to TaskMoveColumnCategoryChange action + Version 1.2.21 (December 16, 2021) ----------------------------------