From cd2ea81443263d6beee964b6bf9233fc656c56ba Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Fri, 22 May 2020 12:00:21 +0100 Subject: [PATCH] Final mino changelog updates for 1.12.0 --- cardano-cli/ChangeLog.md | 2 +- cardano-node/ChangeLog.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cardano-cli/ChangeLog.md b/cardano-cli/ChangeLog.md index 703b0944d27..66de905186a 100644 --- a/cardano-cli/ChangeLog.md +++ b/cardano-cli/ChangeLog.md @@ -8,7 +8,7 @@ - New commands for Shelley address construction (#870, #872, #887) - New Shelley transaction sign command (#894, #900) - New Shelley transaction submission command (#904) -- New node query commands (#880, #884, #903, #918, #920, #933, #994) +- New node query commands (#880, #884, #903, #918, #920, #933, #994, #1008, #1016) - New commands to create stake address certificates (#890, #919, #967) - New commands to create stake pool certificates (#922) - New system commands to update genesis delgations and create MIR certs (#895) diff --git a/cardano-node/ChangeLog.md b/cardano-node/ChangeLog.md index 6c99a30dddb..513598e9293 100644 --- a/cardano-node/ChangeLog.md +++ b/cardano-node/ChangeLog.md @@ -6,12 +6,13 @@ - Support initial Shelley protocol parameters in the Shelley genesis (#906) - New `--shutdown-on-slot-synced` flag for benchmarking and CI tests (#776) -- systemd socket activiation support (#856) +- systemd socket activiation support (#856, #1022) - systemd support on Linux is now optional (#911) - Minor improvement to `FetchDecision` tracing output (#863) - Improved suppression of frequent repeated log messages (#842) - Trace the node uptime (#892) - Trace the number of transactions processed and blocks forged (#937, #943) +- Trace the current set of node peers for the live view (#1007) - Fix structured tracing of txs within adopted blocs for analysis tools (#993) - Log the node's network magic number on startup (#921) - Adjust configuration to keep metrics out of the log files (#930)