From d5997386dd2db6c471821f039659a0172b80bb3b Mon Sep 17 00:00:00 2001 From: Jared Corduan Date: Wed, 31 May 2023 16:06:28 -0400 Subject: [PATCH] conform to cardano-cli changelog format --- cardano-cli/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 8732cbd83f2..2b4dbda6bf6 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -22,8 +22,10 @@ - Fix `toEraInMode` for conway. This means for example that `query utxo` works in Conway. ([PR5175](https://github.com/input-output-hk/cardano-node/pull/5175)) -- Updated ledger dependency bounds -- Support for query flag in `Ping` parser +- Update ledger dependency bounds. + ([PR 5243](https://github.com/input-output-hk/cardano-node/pull/5243)) +- Add the query flag in `Ping` parser. See [here](https://github.com/input-output-hk/ouroboros-network/issues/3907) for more details. + ([PR 5243](https://github.com/input-output-hk/cardano-node/pull/5243)) ## 8.0.0 -- May 2023