From cf579c96e61743440a23c0c8900a2449ff11b870 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 2 Feb 2022 17:21:38 +0100 Subject: [PATCH] Add CHANGELOG entry for Horizon 2.14.0 release (#4208) --- services/horizon/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index ad4fda1128..c0d20f1f4f 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -5,6 +5,13 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## v2.14.0 + +* Restart Stellar-Core when it's context is cancelled. ([4192](https://github.com/stellar/go/pull/4192)) +* Resume ingestion immediately when catching up. ([4196](https://github.com/stellar/go/pull/4196)) +* Check if there are newer ledger when requested ledger does not exist. ([4198](https://github.com/stellar/go/pull/4198)) +* Properly check against the HA array being empty. ([4152](https://github.com/stellar/go/pull/4152)) + ## v2.13.0 ### DB Schema Migration