From 9477bf5f229d267eb31ac44f329ac5634a942d76 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 a83bf9629e..62700067f8 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## 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.**