From 3949065aef9e513bf0fc3f03d342967d2085e925 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Fri, 18 Dec 2020 17:52:26 +0000 Subject: [PATCH] Fix incorrect case in changelog entry Signed-off-by: Paul Elliott --- ChangeLog.d/fix-printf-specifiers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/fix-printf-specifiers.txt b/ChangeLog.d/fix-printf-specifiers.txt index 72d08c0c8..4fc575ae5 100644 --- a/ChangeLog.d/fix-printf-specifiers.txt +++ b/ChangeLog.d/fix-printf-specifiers.txt @@ -2,7 +2,7 @@ Bugfix * Add printf function attributes to mbedtls_debug_print_msg because we were not actually getting any printf format specifier warnings prior to this. Also add extra printf compiler warning flags to builds. -Requirement Changes +Requirement changes * Use %zu for print of type size_t in new work, however please do not use them in backports, and preferably not in code that needs to be backported.