From 9faeb3f75df25c8c62067168d1feb920fa1bd1c7 Mon Sep 17 00:00:00 2001 From: tamirms Date: Mon, 25 Sep 2023 17:11:29 +0100 Subject: [PATCH] updated changelog notes for 2.27.0-rc2 release (#5063) Co-authored-by: Shawn Reuland --- services/horizon/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index 1234e005ac..575c2994e8 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -10,7 +10,11 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). - Add a deprecation warning for using command-line flags when running Horizon ([5051](https://github.com/stellar/go/pull/5051)) - Deprecate configuration flags related to legacy non-captive core ingestion ([5100](https://github.com/stellar/go/pull/5100)) -## 2.27.0 +## 2.27.0-rc2 +### Fixed +- treat null is_payment values as equivalent to false values, avoid sql nil conversion errors([5060](https://github.com/stellar/go/pull/5060)). + +## 2.27.0-rc1 **Upgrading to this version from <= 2.26.1 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.**