From 8e38b34c55a3621bd82e5eee892a6190a7a68cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 17 Dec 2024 14:40:52 +0100 Subject: [PATCH] doc: Add new boot order to the Changelog --- doc/ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index e9d2a05e..517a92a4 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -13,6 +13,8 @@ All notable changes to the project are documented in this file. as "reflector" and filtering of reflected services. Issue #678 - Review of default `sysctl` settings, issue #829 - Upgrade Linux kernel to 6.12.3 (LTS) + - Add the possibility to change the boot order for the system with a + RPC and add boot order to operational datastore. ### Fixes