From f09f3e438519c02de8c26a85d317fec89853b4a6 Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 13 Nov 2024 17:45:17 +0100 Subject: [PATCH] Update changelog (#5529) --- services/horizon/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 77d5021791..729068b64a 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -9,6 +9,9 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). - Fix the issue where the skip-txmeta flag is not being applied in `/transactions/{tx-id}` endpoint ([5523](https://github.com/stellar/go/pull/5523)). - Fix `horizon_ingest_reap_lookup_tables_duration_seconds` metric which reports the total number of lookup table rows which were reaped ([5528](https://github.com/stellar/go/pull/5528)). +### Removed +- Removed defunct `init-genesis-state` command ([5504](https://github.com/stellar/go/pull/5504)). + ## 22.0.0-rc2