From 1022595fa74a8a0f0706e983a09c049081937f60 Mon Sep 17 00:00:00 2001 From: acerone85 Date: Wed, 30 Oct 2024 18:54:41 +0000 Subject: [PATCH] Fix Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2e32fad3d..acaf29b48a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -103,6 +103,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [2299](https://github.com/FuelLabs/fuel-core/pull/2299): Support blobs in the predicates. - [2300](https://github.com/FuelLabs/fuel-core/pull/2300): Added new function to `fuel-core-client` for checking whether a blob exists. +### Changed + #### Breaking - [2299](https://github.com/FuelLabs/fuel-core/pull/2299): Anyone who wants to participate in the transaction broadcasting via p2p must upgrade to support new predicates on the TxPool level. - [2299](https://github.com/FuelLabs/fuel-core/pull/2299): Upgraded `fuel-vm` to `0.58.0`. More information in the [release](https://github.com/FuelLabs/fuel-vm/releases/tag/v0.58.0).