From 9a8f5c2a5da8b8c40932f8f272e0e34a4b269b15 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Mon, 30 Dec 2019 19:22:12 +0300 Subject: [PATCH] CHANGELOG: add a note about config changes for v0.71.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f629bc8c..c0621c8b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ New features: * `getblocks` P2P command implementation (#577) Behaviour changes: + * `Monitoring` config section changed its name to `Prometheus` because of + pprof addition (#536) * `db dump` command now also writes the block number zero by default to comply with ImportBlocks format (#582) * `skip` parameter was renamed to `start` in the `db dump` command (#582)