From 83a0746ec96452ad588b800bbfb6ca4f4bf4e8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lker=20G=2E=20=C3=96zt=C3=BCrk?= Date: Mon, 17 Oct 2022 16:21:49 +0300 Subject: [PATCH] docs(changelog): fix format (#2932) --- changelog.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 985349767a..6db776011d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,10 @@ ### Features - Add `pkg/cosmostxcollector` package with support to query and save TXs and events. -- Add `ignite network coordinator` command set -- Add `ignite network validator` command set +- Add `ignite network coordinator` command set. +- Add `ignite network validator` command set. +- Move cosmoscmd in chain's templates. +- Add generated TS client test support to integration tests. ### Changes @@ -21,6 +23,8 @@ - Change CLI to use an events bus to print to stdout. - Move generated proto files to `proto/{appname}/{module}` - Update `pkg/cosmosanalysis` to detect when proto RPC services are using pagination. +- Change nightly tag format +- Add cosmos-sdk version in `version` command ### Fixes @@ -33,16 +37,6 @@ - Change session print loop to block until all events are handled. - Handle "No records were found in keyring" message when checking keys. -### Features - -- Move cosmoscmd in chain's templates. -- Add generated TS client test support to integration tests. - -### Changes - -- Change nightly tag format -- Add cosmos-sdk version in `version` command - ## [`v0.24.1`](https://github.com/ignite/cli/releases/tag/v0.24.1) ### Features