From c328facca9200de7a9115d621c6a6a33700648bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Wed, 5 Jun 2024 15:30:05 +0200 Subject: [PATCH] doc: releases: 4.0: change of hawkbit header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention change of the hawkbit header files. Signed-off-by: Fin Maaß --- doc/releases/migration-guide-4.0.rst | 5 +++++ doc/releases/release-notes-4.0.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/releases/migration-guide-4.0.rst b/doc/releases/migration-guide-4.0.rst index 00ec39edeafbe67..ce79ae9efdd7f43 100644 --- a/doc/releases/migration-guide-4.0.rst +++ b/doc/releases/migration-guide-4.0.rst @@ -207,6 +207,11 @@ hawkBit * :c:func:`hawkbit_autohandler` now takes one argument. This argument has to be set to ``true`` for the same behavior as before the change. (:github:`71037`) +* ```` is deprecated in favor of ````. + The old header will be removed in future releases and its usage should be avoided. + The hawkbit autohandler has been separated into ````. + The configuration part of hawkbit is now in ````. (:github:`71037`) + MCUmgr ====== diff --git a/doc/releases/release-notes-4.0.rst b/doc/releases/release-notes-4.0.rst index d50fa22cb627e84..af56cc266e7d7fc 100644 --- a/doc/releases/release-notes-4.0.rst +++ b/doc/releases/release-notes-4.0.rst @@ -302,6 +302,11 @@ Libraries / Subsystems * Use the :c:func:`hawkbit_autohandler_set_delay` function to delay the next run of the autohandler. + * The hawkBit header file was separated into multiple header files. The main header file is now + ````, the autohandler header file is now + ```` and the configuration header file is now + ````. + * Logging * Modem modules