Skip to content

Commit

Permalink
updated changelog for 2.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Feb 15, 2024
1 parent 0188e74 commit fa5404b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa5404b

Please sign in to comment.