From 9789b3d99954ff6465b58fe0fdca4fce44774b60 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sun, 7 Nov 2021 07:25:21 -0500 Subject: [PATCH] docs: update user changes Note that core components should now be configured in their own config section. Signed-off-by: Eric Callahan --- README.md | 2 +- docs/user_changes.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da0ef79..0e7a74d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to see if any action is necessary on their part. The date of the most recent change is included. Users:\ -[user_changes.md](https://moonraker.readthedocs.io/en/latest/user_changes/) - April 19th 2021 +[user_changes.md](https://moonraker.readthedocs.io/en/latest/user_changes/) - November 7th 2021 Developers:\ [api_changes.md](https://moonraker.readthedocs.io/en/latest/api_changes/) - March 15th 2021 diff --git a/docs/user_changes.md b/docs/user_changes.md index e0c51a1..2ab84e8 100644 --- a/docs/user_changes.md +++ b/docs/user_changes.md @@ -2,6 +2,18 @@ This file will track changes that require user intervention, such as a configuration change or a reinstallation. +### November 7th 2021 +- Previously all core components received configuration through + the `[server]` config section. As Moonraker's core functionality + has expanded this is becoming unsustainable, thus core components + should now be configured in their own section. For example, the + `config_path` and `log_path` should now be configured in the + `[file_manager]` section of `moonraker.conf`. See the + [configuration documentation](https://moonraker.readthedocs.io/en/latest/configuration/) + for details. This is not a breaking change, core components + will still fall back to checking the `[server]` section for + configuration. + ### April 19th 2021 - The `[authorization]` module is now a component, thus is only loaded if the user has it configured in `moonraker.conf`. This