From f78515f5e8f261a2f6443af7e38fe9df892a9f8e Mon Sep 17 00:00:00 2001 From: Urvi Date: Wed, 13 Sep 2023 14:43:52 -0700 Subject: [PATCH] Update CHANGELOG.md --- services/horizon/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 823078bbc3..88b1523644 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -9,6 +9,10 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ### Breaking Changes - The command line flag `--remote-captive-core-url` has been removed, as remote captive core functionality is now deprecated ([4940](https://github.com/stellar/go/pull/4940)). +### DB Schema Migration + +- Added `asset` column and an index to `claimable_balance_claimant` table ([5032](https://github.com/stellar/go/pull/5032)). + ### Added - Added new command-line flag `--network` to specify the Stellar network (pubnet or testnet), aiming at simplifying the configuration process by automatically configuring the following parameters based on the chosen network: `--history-archive-urls`, `--network-passphrase`, and `--captive-core-config-path` ([4949](https://github.com/stellar/go/pull/4949)).