From f5b86f3b16bae72467000ee4e63e38538d85f4ea Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Mon, 27 Jun 2022 09:20:01 +0100 Subject: [PATCH] Add clarification for 2.x section Signed-off-by: Werner Lewis --- docs/3.0-migration-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/3.0-migration-guide.md b/docs/3.0-migration-guide.md index e72844628..847406903 100644 --- a/docs/3.0-migration-guide.md +++ b/docs/3.0-migration-guide.md @@ -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. - 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 explain how to upgrade, and should be referred to when migrating code. Where a