From 955c8377eea6b4e1ed0e52c174cbcde5b7362e14 Mon Sep 17 00:00:00 2001 From: likhita-809 Date: Mon, 31 Oct 2022 21:52:01 +0530 Subject: [PATCH 1/2] fix changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac88e96e0371..568231a96ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +### Bug Fixes + +* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) Fix `--dry-run` flag not working when using tx command. + ## v0.45.10 - 2022-10-24 ### Features From dcafd23512355b076b1a6dcc2b0231d82b0837c6 Mon Sep 17 00:00:00 2001 From: likhita-809 Date: Mon, 31 Oct 2022 21:57:33 +0530 Subject: [PATCH 2/2] add api breaking changelog --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7533301065..f77ac778f8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (deps) Bump IAVL version to [v0.19.4](https://github.com/cosmos/iavl/releases/tag/v0.19.4). +### API Breaking Changes + +* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) The `GetFromFields` function now takes `Context` as an argument and removes `genOnly`. + + ## v0.45.10 - 2022-10-24 ### Features @@ -118,10 +123,6 @@ Reverted #12437 due to API breaking changes. * [#13046](https://github.com/cosmos/cosmos-sdk/pull/13046) Fix missing return statement in BaseApp.Query. -### API Breaking Changes - -* [#13673](https://github.com/cosmos/cosmos-sdk/pull/13673) The `GetFromFields` function now takes `Context` as an argument and removes `genOnly`. - ## v0.45.7 - 2022-08-04 ### Features