From 09414a0c37429d9d7d72a78186b9d35a455cf3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wo=C5=BAniak?= Date: Thu, 22 Aug 2024 12:11:11 +0200 Subject: [PATCH] docs: Fix changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792d3cad..07117b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to ### Added - Emit error if contract macro is above entry_points -- Deprecate support for `, custom(msg=.. ,query=..)` in entry_points +- Remove support for `, custom(msg=.. ,query=..)` in entry_points - Add CustomMsg and CustomQuery to ContractApi ### Fixed @@ -19,7 +19,7 @@ and this project adheres to ### Other - *(sylvia-derive)* Document inner types -- Deprecate `InterfaceApi` in favor of `InterfaceMessagesApi` ([#413](https://github.com/CosmWasm/sylvia/pull/413)) +- [**breaking**] Remove `InterfaceApi` in favor of `InterfaceMessagesApi` ([#413](https://github.com/CosmWasm/sylvia/pull/413)) - Fix duplicated instantiation error - Refactor struct message generation - Generic cw1-whitelist example ([#404](https://github.com/CosmWasm/sylvia/pull/404))