From c0a466ec06f59db06c5441ae20fab025fb4c726e Mon Sep 17 00:00:00 2001 From: George Kudrayvtsev Date: Mon, 7 Nov 2022 16:05:23 -0800 Subject: [PATCH] Add changelog entry --- services/horizon/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 0091ee6634..566fa1046a 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## Unreleased + +### Fixes + +* The ingestion subsystem will now properly use a pool of history archives if more than one is provided ([#4687](https://github.com/stellar/go/pull/4687)). + + ## 2.22.1 **Upgrading to this version from <= v2.8.3 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.**