From 52e75599388777a1af8c8e27fd1975076c9eb21e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 3 Nov 2019 21:26:59 -0400 Subject: [PATCH] Update format of v3.2.9 release notes Signed-off-by: Roberto Rosario --- docs/releases/3.2.9.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/releases/3.2.9.rst b/docs/releases/3.2.9.rst index 343ea7d804..1fd2852e9e 100644 --- a/docs/releases/3.2.9.rst +++ b/docs/releases/3.2.9.rst @@ -24,6 +24,10 @@ Dependencies The help message of the ``--context`` option of the ``platformtemplate`` command was fixed to say "YAML" instead of "JSON". +The Celery and Django Celery dependencies were moved to the task +manager app. + +Some dependecies were updated to a new version: - Update Django to version 1.11.25. - Update PyYAML to version 5.1.2. @@ -32,8 +36,6 @@ command was fixed to say "YAML" instead of "JSON". - Update pathlib2 to version 2.3.5. - Update whitenoise to version 4.1.4. - Update Pillow to version 6.2.1. -- Move Celery and Django Celery dependencies - to the task manager app. Docker