From c40a3474f4a55e6e43438c6a28c8c917b8919cb2 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 5 Mar 2023 11:24:02 -0500 Subject: [PATCH] docs: update changelog Signed-off-by: Eric Callahan --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index e5bb2dc..d0d5ab3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +### Added +- **notifier**: The `attach` option now supports Jinja2 templates. +- **notifier**: The `attach` option may now contain multiple attachments, + each separated by a newline. + ### Fixed - **simplyprint**: Fixed import error preventing the component from loading. @@ -14,6 +19,8 @@ The format is based on [Keep a Changelog]. ### Changed +- Bumped Apprise to version `1.3.0`. +- **machine**: Added `ratos-configurator` to list of default allowed services - **update_manager**: It is now required that an application be "allowed" for Moonraker to restart it after an update.