Add clarification for 2.x section

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
Werner Lewis 2022-06-27 09:20:01 +01:00
parent f8a478795c
commit f5b86f3b16

View file

@ -15,8 +15,10 @@ The changes are detailed below, and include:
- Changing function signatures, e.g. adding return codes, adding extra parameters, or making some arguments const. - Changing function signatures, e.g. adding return codes, adding extra parameters, or making some arguments const.
- Removal of functions, macros, and types previously marked as deprecated. - Removal of functions, macros, and types previously marked as deprecated.
Much of the information needed to determine a migration path can be found in the Mbed TLS 2.x documentation.
## Referring to Mbed TLS 2.x documentation
## Accessing the Mbed TLS 2.x documentation
For features previously marked as deprecated, Mbed TLS 2.x documentation may For features previously marked as deprecated, Mbed TLS 2.x documentation may
explain how to upgrade, and should be referred to when migrating code. Where a explain how to upgrade, and should be referred to when migrating code. Where a