From 36c66a87d78be10ca90096420fe8494e002547d6 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 30 Mar 2023 14:59:31 +0100 Subject: [PATCH] Clarify LTS lifetime Signed-off-by: Janos Follath --- BRANCHES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BRANCHES.md b/BRANCHES.md index 680c0cabc..ba58437b0 100644 --- a/BRANCHES.md +++ b/BRANCHES.md @@ -16,6 +16,9 @@ API compatibility in the `master` branch between major version changes. We also maintain ABI compatibility within LTS branches; see the next section for details. +New LTS branches are usually created around the time of a new major version. +After a new LTS branch is created, it remains supported for at least 3 years. + ## Backwards Compatibility for application code We maintain API compatibility in released versions of Mbed TLS. If you have