From e5b261f1e8c1732ba75c359b603a4a6a712e2e62 Mon Sep 17 00:00:00 2001 From: Harry Ramsey Date: Fri, 13 Sep 2024 23:41:43 +0100 Subject: [PATCH] Fix ChangeLog format error Signed-off-by: Harry Ramsey --- ...lit-numeric-string-conversions-out-of-the-oid-module.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.d/split-numeric-string-conversions-out-of-the-oid-module.txt b/ChangeLog.d/split-numeric-string-conversions-out-of-the-oid-module.txt index 2ccd39f6a..938e9eccb 100644 --- a/ChangeLog.d/split-numeric-string-conversions-out-of-the-oid-module.txt +++ b/ChangeLog.d/split-numeric-string-conversions-out-of-the-oid-module.txt @@ -1,4 +1,4 @@ Changes - * Functions regarding numeric string conversions for OIDs have been moved - from the OID module and now reside in X.509 module. This helps to reduce - the code size as these functions are not commonly used outside of X.509. + * Functions regarding numeric string conversions for OIDs have been moved + from the OID module and now reside in X.509 module. This helps to reduce + the code size as these functions are not commonly used outside of X.509.