Fix Changelog format

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2020-12-08 23:36:20 +00:00
parent debe71988f
commit 248900d9b9
10 changed files with 20 additions and 18 deletions

View File

@ -1,4 +1,4 @@
Bugfix
* Fix handling of EOF against 0xff bytes and on platforms with
unsigned chars. Fixes a build failure on platforms where char is
unsigned. Fixes #3794.
* Fix handling of EOF against 0xff bytes and on platforms with unsigned
chars. Fixes a build failure on platforms where char is unsigned. Fixes
#3794.

View File

@ -1,2 +1,3 @@
Features
* Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan Pascal, improved by Ron Eldor.
* Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan
Pascal, improved by Ron Eldor.

View File

@ -1,3 +1,3 @@
Requirement changes
* Update the minimum required CMake version to 2.8.12.
* This silences a warning on CMake 3.19.0. #3801
* Update the minimum required CMake version to 2.8.12.
* This silences a warning on CMake 3.19.0. #3801

View File

@ -2,4 +2,5 @@ Changes
* The PSA persistent storage format is updated to always store the key bits
attribute. No automatic upgrade path is provided. Previously stored keys
must be erased, or manually upgraded based on the key storage format
specification (docs/architecture/mbed-crypto-storage-specification.md). #3740
specification (docs/architecture/mbed-crypto-storage-specification.md).
Fixes #3740.