From aefac014b9c9e3d5ae3ea1192c6d51f236d7243a Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 26 Mar 2021 10:58:59 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8496a..c083b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,13 @@ and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h ### Added - Cap third party networks to at most 500 connected nodes. Polkadot, Kusama, Westend and Rococo are not subject to this limit. [#314](https://github.com/paritytech/substrate-telemetry/pull/314) -- Fix clippy warnings [#314](https://github.com/paritytech/substrate-telemetry/pull/314) - Add `--log` switch to configure log levels [#314](https://github.com/paritytech/substrate-telemetry/pull/314) +- Add `--denylist network1 network2` switch to deny nodes on the given networks to connect [#315](https://github.com/paritytech/substrate-telemetry/pull/314) + +### Fixed + +- Fix clippy warnings [#314](https://github.com/paritytech/substrate-telemetry/pull/314) + +### Changed + +- Update to actix v4 beta [#316](https://github.com/paritytech/substrate-telemetry/pull/317)