From 277c554708f3c9c6a734e25b38b667ad762b42a6 Mon Sep 17 00:00:00 2001 From: George Date: Thu, 16 May 2024 14:35:47 -0700 Subject: [PATCH] Add details for latest minor version (#181) --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c5632c..76829873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ -# Changelog +# Changelog ## Unreleased n/a +## [v21.2.0](https://github.com/stellar/soroban-rpc/compare/v21.1.0...v21.2.0) + +### Added +* Dependencies have been updated (`stellar/go`) to enable `ENABLE_DIAGNOSTICS_FOR_TX_SUBMISSION` by default ([#179](https://github.com/stellar/soroban-rpc/pull/179)). + +### Fixed +* The Captive Core path is supplied correctly for TOML generation ([#178](https://github.com/stellar/soroban-rpc/pull/178)). + + ## [v21.1.0](https://github.com/stellar/soroban-rpc/compare/v21.0.1...v21.1.0) ### Added @@ -20,10 +29,10 @@ interface getVersionInfo { ``` ### Fixed -* Deadlock on events ingestion error ([#167](https://github.com/stellar/soroban-rpc/pull/167)). -* Correctly report row iteration errors in `StreamAllLedgers` ([#168](https://github.com/stellar/soroban-rpc/pull/168)). -* Increase default ingestion timeout ([#169](https://github.com/stellar/soroban-rpc/pull/169)). -* Surface an ignored error in `getRawLedgerEntries()` ([#170](https://github.com/stellar/soroban-rpc/pull/170)). +* Deadlock on events ingestion error ([#167](https://github.com/stellar/soroban-rpc/pull/167)). +* Correctly report row iteration errors in `StreamAllLedgers` ([#168](https://github.com/stellar/soroban-rpc/pull/168)). +* Increase default ingestion timeout ([#169](https://github.com/stellar/soroban-rpc/pull/169)). +* Surface an ignored error in `getRawLedgerEntries()` ([#170](https://github.com/stellar/soroban-rpc/pull/170)). # Formatting Guidelines