From b1cbd67bd12b6527c3a2de5c1b0b168196a3ef9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Blankfors?= Date: Wed, 29 Jan 2025 21:35:42 +0100 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0662ef617c..1700c9f354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - [2553](https://github.com/FuelLabs/fuel-core/pull/2553): Scaffold global merkle root storage crate. - [2598](https://github.com/FuelLabs/fuel-core/pull/2598): Add initial test suite for global merkle root storage updates. +- [2650](https://github.com/FuelLabs/fuel-core/pull/2650): Populate ProcessedTransactions table in global merkle root storage. ### Fixed - [2632](https://github.com/FuelLabs/fuel-core/pull/2632): Improved performance of certain async trait impls in the gas price service.