diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d078d69..7142c542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ Changelog Version 3.5.0 ------------- -* Add `Message-ID` to the Email model. If enabled, that `Message-ID` is generated during creation, - rather than delivery. This allows administrators to trace back emails. +* Added the capability to configure retries via `MAX_RETRIES` and `RETRY_INTERVAL` configuration settings. Thanks @Houtmann and @jrief! +* The admin interface has been improved to show previews of emails. If you want HTML emails to be rendered, + please install `bleach`. Thanks @jrief! +* Add `Message-ID` to the Email model. This allows administrators to trace back emails. Thanks @jrief! +* Added `CELERY_ENABLED` settings. Thanks @elineda! +* Fixes an issue that prevents PDS attachments from being sent. Thanks @patroqueeet! Version 3.4.1 (2020-05-16)