From 2f1bebd5518139e1d4e80ff6334528503e1c821c Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Thu, 25 Jul 2024 10:21:28 +0100 Subject: [PATCH] Add newline to ChangeLog entry Signed-off-by: Thomas Daubney --- ChangeLog.d/remove-crypto-alt-interface.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/remove-crypto-alt-interface.txt b/ChangeLog.d/remove-crypto-alt-interface.txt index b551e17d1e..f9ab4c221c 100644 --- a/ChangeLog.d/remove-crypto-alt-interface.txt +++ b/ChangeLog.d/remove-crypto-alt-interface.txt @@ -2,4 +2,4 @@ Removals * Drop support for crypto alt interface. Removes MBEDTLS_XXX_ALT options at the module and function level for crypto mechanisms only. The remaining alt interfaces for platform, threading and timing are unchanged. - Fixes #8149. \ No newline at end of file + Fixes #8149.