From f7cb04c35fb7867b07009fa3255f638a61b3c1d3 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Fri, 5 Jan 2024 14:35:22 +0100 Subject: [PATCH] CHANGES: fix underlines Signed-off-by: Bastian Krause --- CHANGES.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1ff2cb236..d6807a7b0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ Release 24.0 (unreleased) ------------------------------------- +------------------------- New Features in 24.0 ~~~~~~~~~~~~~~~~~~~~ @@ -32,7 +32,7 @@ Bug fixes in 24.0 - The password for the ShellDriver can now be an empty string. Breaking changes in 24.0 -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~ - Support for the legacy ticket authentication was dropped: If the coordinator logs ModuleNotFoundError on startup, switch the crossbar config to anonymous authentication (see ``.crossbar/config-anonymous.yaml`` for an example). @@ -188,7 +188,7 @@ Bug fixes in 23.0 evaluation. Breaking changes in 23.0 -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~ - ``Config``'s ``get_option()``/``get_target_option()`` convert non-string options no longer to strings. - `UBootDriver`'s ``boot_expression`` attribute is deprecated, it will no @@ -268,7 +268,7 @@ Breaking changes in 0.4.0 - ``EthernetInterface`` has been renamed to ``NetworkInterface``. Known issues in 0.4.0 -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~ - Some client commands return 0 even if the command failed. - Currently empty passwords are not well supported by the ShellDriver @@ -365,7 +365,7 @@ Breaking changes in 0.3.0 reasons. Known issues in 0.3.0 -~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~ - There are several reports of ``sshpass`` used within the SSHDriver not working in call cases or only on the first connection. - Some client commands return 0 even if the command failed.