Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion soroban-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 2 additions & 1 deletion soroban-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//!
Expand Down
Loading