From 8340ea80cd5bcc1b5bb8f91ef0bfee7348d8bded Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 10 Dec 2021 15:31:23 +0000 Subject: [PATCH] changelog: Addressed review comments #5 Signed-off-by: Minos Galanakis --- ChangeLog | 2 -- 1 file changed, 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a25f0ad6e3..ebf8a36add 100644 --- a/ChangeLog +++ b/ChangeLog @@ -594,8 +594,6 @@ API changes Requirement changes * Update the minimum required CMake version to 2.8.12. This silences a warning on CMake 3.19.0. #3801 - * Sign-magnitude and one's complement representations for signed integers are - not supported. Two's complement is the only supported representation. New deprecations * PSA_ALG_CHACHA20 and PSA_ALG_ARC4 have been deprecated.