From f2a5754cc7e5b0a856439026ee41e9b9acb6f12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Thu, 22 Feb 2024 11:01:59 +0100 Subject: [PATCH] piecrust: fix line in changelog --- piecrust/CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/piecrust/CHANGELOG.md b/piecrust/CHANGELOG.md index 8a479ed6..babd855f 100644 --- a/piecrust/CHANGELOG.md +++ b/piecrust/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.16.0] - 2024-02-14 -### Changed - -- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324] - ### Added - Add `Session::migrate` to allow for swapping contract code [#313] @@ -20,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Upgrade `dusk-wasmtime` to version `17` +- Change `call` and `feeder_call` functions to support `bytecheck`-based integrity check of arguments [#324] ### Fixed