From 571cd172fc26870b8f203b4e635bba152ed2f01d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 16 Aug 2018 15:45:46 -0400 Subject: [PATCH] Update changelog. Signed-off-by: Roberto Rosario --- HISTORY.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ca72ca27f3..f9fa25a071 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,12 @@ - Docker install script: Default to verbose. - Docker install script: Increase startup timer to 10 seconds. - Docker install script: Allow configuring the PostgreSQL port. -- Add deployment step that configures Redis to discard unused - task data when it runs out of memory. +- Documentation: Add deployment step that configures Redis to discard + unused task data when it runs out of memory. +- Index app: Add natural key support to the Index model. +- Mailer app: Add natural key support to the mailer app. +- Cabinets: Redirect to the cabinet list view after creating a new cabinet. +- Builds: Limit the number of branches that trigger the full test suit. 3.0.1 (2018-07-08) =================