From d7c7c33e728f63ee9ed0d5f9af14bd086e67b735 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Nov 2024 11:17:59 +0100 Subject: [PATCH] doc: Document #685 fix in ChangeLog [skip ci] --- doc/ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 13e90b3b..7e88adba 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -4,6 +4,16 @@ Change Log All notable changes to the project are documented in this file. +[v24.11.1][UNRELEASED] +------------------------- + +### Fixes + + - Fix #685: DSA conduit interface not always detected. Previous + attempt at a fix (v24.10.2) mitigated the issue, but did not + completely solve it. + + [v24.11.0][] - 2024-11-20 -------------------------