From b740a617ec71a88004683c5bcdadedb008a12ec4 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 27 May 2021 10:53:06 +0200 Subject: [PATCH] Remove change log Remove the change log as the changes in this PR only affect CCM alternative implementation developers. Signed-off-by: Ronald Cron --- ChangeLog.d/m-ccm-api.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 ChangeLog.d/m-ccm-api.txt diff --git a/ChangeLog.d/m-ccm-api.txt b/ChangeLog.d/m-ccm-api.txt deleted file mode 100644 index 7301e12e5..000000000 --- a/ChangeLog.d/m-ccm-api.txt +++ /dev/null @@ -1,5 +0,0 @@ -Features - * The CCM API now supports multi-part operations. Alternative - implementations can add multipart support according to the new multi-part - interface functions. The implementation of these functions in Mbed TLS - will be added in a future release.