From 8f3c77beef03cda3d7509053e4c2da8abef01ea5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Thu, 23 Feb 2023 21:56:27 +1100 Subject: [PATCH] Update changelog with new --stake-address option --- cardano-cli/ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cardano-cli/ChangeLog.md b/cardano-cli/ChangeLog.md index 3a2333c011f..677990ccec3 100644 --- a/cardano-cli/ChangeLog.md +++ b/cardano-cli/ChangeLog.md @@ -14,6 +14,13 @@ - Add `slotInEpoch` and `slotsToEpochEnd` to output of `query tip` command ([PR 4912](https://github.com/input-output-hk/cardano-node/pull/4912)) +- Add `--stake-address` option to the following CLI commands ([PR 3404](https://github.com/input-output-hk/cardano-node/pull/3404)): + - address build + - stake-address build + - stake-address registration-certificate + - stake-address delegation-certificate + - stake-address deregistration-certificate + ### Bugs - Allow reading signing keys from a pipe ([PR 4342](https://github.com/input-output-hk/cardano-node/pull/4342))