From 30ac5dfae92de2e5d14c6ef87df08c0a96f83f71 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Fri, 9 Aug 2024 05:58:35 -0400 Subject: [PATCH] docs: update changelog Signed-off-by: Eric Callahan --- docs/changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index ae5a6bc..a7e13a5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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 `/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