From 9997f39f7d58cbf3ed46dc777aefdfea1dc8a25d Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 3 Dec 2024 10:33:55 -0600 Subject: [PATCH] remove snforge entry from changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69dfaa2fb..c83d3273b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed (Breaking) -- Bump snforge_std to v0.34.0 (#1239) - Bump scarb to v2.9.1 (#1239) - The initializer in `OwnableComponent` now checks that `owner` is not the zero address (#1221) - Add `verifying_contract` member to the `Delegation` struct used in Votes `delegate_by_sig` (#1214)