diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 6875534c48..9fb5a0e905 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -7,6 +7,9 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). - Update default pubnet captive core configuration to replace Whalestack with Creit Technologies in the quorum set ([5564](https://github.com/stellar/go/pull/5564)). +### Fixed +- Fix the account operations endpoint to include InvokeHostFunction operations. The fix ensures that all account operations will be listed going forward. However, it will not retroactively include these operations for previously ingested ledgers; reingesting the historical data is required to address that. ([5574](https://github.com/stellar/go/pull/5574)). + ## 22.0.2 ### Fixed