From 360506c58ea1c8831954ca32375eb8757d0fb9d4 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 25 Oct 2021 10:56:23 +0200 Subject: [PATCH] Add deprecation note for verified queries to CHANGELOG [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2b99d525d..b038ca0d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ and this project adheres to adding the fields `LaunchpadLedgerOptions.ledgerAppName` and `.minLedgerAppVersion`. +### Deprecated + +- @cosmjs/stargate: The verified queries from `AuthExtension` and + `BankExtension` as well as `StargateClient.getAccountVerified` are deprecated + and will be removed in 0.27 ([#910]). + +[#910]: https://github.com/cosmos/cosmjs/pull/910 + ## [0.26.2] - 2021-10-12 ### Fixed