From fa5404bc79ba72ec9311e063e1a27cd5712941be Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 15 Feb 2024 10:09:24 -0800 Subject: [PATCH] updated changelog for 2.28.3 --- services/horizon/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 6de67ccf6d..8e6364b6d2 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -5,6 +5,9 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## 2.28.3 +### Fixed +- Fix claimable_balance_claimants subquery in GetClaimableBalances() [5207](https://github.com/stellar/go/pull/5207) + ### Added - New optional config `SKIP_TXMETA` ([5189](https://github.com/stellar/go/issues/5189)). Defaults to `FALSE`, when `TRUE` the following will occur: * history_transactions.tx_meta column will have serialized xdr that equates to empty for any protocol version, such as for `xdr.TransactionMeta.V3`, `Operations`, `TxChangesAfter`, `TxChangesBefore` will be empty arrays and `SorobanMeta` will be nil.