Skip to content

Commit

Permalink
Update security protocol release notes (#4595)
Browse files Browse the repository at this point in the history
# Description

<!---

Describe what this pull request does, which issue it's resolving
(usually applicable for code changes).

--->

# Checklist
- [ ] Reviewed the
[contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes)
document
- [ ] Rebased on top of master (no merge commits)
- [ ] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio
extension)
- [ ] Compiles
- [ ] Ran all tests
- [ ] If change impacts performance, include supporting evidence per the
[performance
document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
  • Loading branch information
sisuresh authored Dec 20, 2024
2 parents f4a9594 + e4ec43d commit 03a0264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/software/security-protocol-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ It then follows that:

# List of releases

## v22.0.0 (2024-11-06)

* `Ledger` - protocol - Fixed an issue with read only TTL extensions not being charged for when initiated within a contract.

## v20.4.0 (2024-04-08)

* `Overlay` - security - remote crash could be triggered due to race condition in error code processing from a third party library.
Expand Down

0 comments on commit 03a0264

Please sign in to comment.