From 0755f0d64ffe1bd4d41d3f632e858063e6e4cd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 8 Jun 2021 20:05:01 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index c368f2884..bfc579f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Version 1.2.20 (June 8, 2021) +----------------------------- + +* Duplicate tags when moving or duplicating tasks to another project +* Bump symfony/stopwatch to 5.3.0 +* Avoid user enumeration by using avatar image URL +* Invalidate captcha after it is used +* Avoid user enumeration using password reset functionality +* Add missing CSRF checks +* Fix bug in search when using the plus sign +* Close dialogs using Escape key even if focus is in input field +* Add a min="0" attribute to task_list form input +* Keep swimlane headers at the top +* Catch error when trying to upload empty or invalid avatar image +* Added new template hooks +* Update translations + Version 1.2.19 (April 16, 2021) -------------------------------