docs: update changelog

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2024-08-09 05:58:35 -04:00
parent 0a8590643f
commit 30ac5dfae9
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,16 @@ The format is based on [Keep a Changelog].
## [Unreleased]
### Changed
- **server**: Use `asyncio.run` to launch the server as recommended by the
official Python documentation.
- **announcements**: Look for xml files at `<data_path>/development/announcements`
when `dev_mode` is set to True.
### Fixed
- **confighelper**: Don't resolve symbolic links to the main configuration file.
## [0.9.2] - 2024-07-30
### Added