diff --git a/README.md b/README.md index f51081dc8..d76de816c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Docs: https://docs.rs/soroban-sdk ## Support -The two most recent soroban-sdk major releases are supported with critical security fixes. +The two most recent soroban-sdk major releases, as well as the most recent audited major release, +are supported with critical security fixes. Critical security issues may be backported to earlier versions if practical, but not guaranteed. General bugs are only fixed on, and new features are only added to, the latest major release. diff --git a/soroban-sdk/README.md b/soroban-sdk/README.md index 1597008e6..d88a68249 100644 --- a/soroban-sdk/README.md +++ b/soroban-sdk/README.md @@ -11,7 +11,8 @@ See [developers.stellar.org] for documentation about building smart contracts fo ### Support -The two most recent soroban-sdk major releases are supported with critical security fixes. +The two most recent soroban-sdk major releases, as well as the most recent audited major +release, are supported with critical security fixes. Critical security issues may be backported to earlier versions if practical, but not guaranteed. General bugs are only fixed on, and new features are only added to, the latest major release. diff --git a/soroban-sdk/src/lib.rs b/soroban-sdk/src/lib.rs index 949e6cc72..2cb56e57a 100644 --- a/soroban-sdk/src/lib.rs +++ b/soroban-sdk/src/lib.rs @@ -11,7 +11,8 @@ //! //! ### Support //! -//! The two most recent soroban-sdk major releases are supported with critical security fixes. +//! The two most recent soroban-sdk major releases, as well as the most recent audited major +//! release, are supported with critical security fixes. //! Critical security issues may be backported to earlier versions if practical, but not guaranteed. //! General bugs are only fixed on, and new features are only added to, the latest major release. //!