add ChangeLog entry

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-05-05 15:04:28 +08:00
parent 374c3aec89
commit d9bf370fbe

View File

@ -0,0 +1,5 @@
Features
* Add support for AES to only enable 128-bit key in order to save code size.
A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be
used to enable this feature.
Fixes #7376.