From 3f46f3809548ba9906c17a3f6c32c4be74aa864f Mon Sep 17 00:00:00 2001 From: Minos Galanakis Date: Fri, 10 Dec 2021 10:54:06 +0000 Subject: [PATCH] changelog: Addressed review comments #3 Signed-off-by: Minos Galanakis --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9a75af2e..efa77e563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -488,7 +488,7 @@ New deprecations deprecated. * PSA_ALG_AEAD_WITH_DEFAULT_TAG_LENGTH and PSA_ALG_AEAD_WITH_TAG_LENGTH have been renamed, and the old names deprecated. - * Signed magnitude and one's complement representations for signed integers are + * Sign-magnitude and one's complement representations for signed integers are not supported. Two's complement is the only supported representation. Features