From 26fdaf867ff5efc5b86e17fdca4b11c97a979647 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 28 Jun 2019 23:04:17 -0400 Subject: [PATCH] Update changelog and release notes Signed-off-by: Roberto Rosario --- HISTORY.rst | 10 ++++++++++ docs/releases/3.2.4.rst | 16 ++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 0457be7fab..4193c968d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,16 @@ * Fix IMAP4 mailbox.store flags argument. Python's documentation incorrectly state it is named flag_list. Closes GitLab issue #606. +* Improve the workflow preview generation. Use polylines + instead of splines. Add state actions to the preview. + Highlight the initial state. +* Add help text to the workflow transition form comment field. +* Fix direct deployment instructions. +* Add user, group, and role dashboard widgets. +* Add test mixin detect database connection leaks. +* Remove tag create event registration from the tag + instances. The tag create event is not applicable to + existing tags. 3.2.3 (2019-06-21) ================== diff --git a/docs/releases/3.2.4.rst b/docs/releases/3.2.4.rst index 5236a7da58..e8a6c9fdf8 100644 --- a/docs/releases/3.2.4.rst +++ b/docs/releases/3.2.4.rst @@ -14,6 +14,22 @@ Changes incorrectly state it is named flag_list. Closes GitLab issue #606. Thanks to Samuel Aebi (@samuelaebi) for the report and debug information. +- Support configurable GUnicorn timeouts. Defaults to + current value of 120 seconds. +- Fix help text of the platformtemplate command. +- Fix IMAP4 mailbox.store flags argument. Python's documentation + incorrectly state it is named flag_list. Closes GitLab issue + #606. +- Improve the workflow preview generation. Use polylines + instead of splines. Add state actions to the preview. + Highlight the initial state. +- Add help text to the workflow transition form comment field. +- Fix direct deployment instructions. +- Add user, group, and role dashboard widgets. +- Add test mixin detect database connection leaks. +- Remove tag create event registration from the tag + instances. The tag create event is not applicable to + existing tags. Removals --------