docs: update changelog

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2023-03-05 11:24:02 -05:00
parent 4cc0e86dc0
commit c40a3474f4
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 7 additions and 0 deletions

View File

@ -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.