From f327e528e09c56297998af5d8b52fe6f42143800 Mon Sep 17 00:00:00 2001 From: David Palm Date: Mon, 29 Mar 2021 22:21:33 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c083b0e..0db0ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,8 @@ 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) -- 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) +- Add `--log` switch to configure log levels [#314](https://github.com/paritytech/substrate-telemetry/pull/314) ### Fixed @@ -19,4 +18,8 @@ and this crate adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h ### Changed +- Docker image use alpine (for now) [#326](https://github.com/paritytech/substrate-telemetry/pull/326) +- Mute denied nodes [#322](https://github.com/paritytech/substrate-telemetry/pull/322) +- Build actix-web without compression support [#319](https://github.com/paritytech/substrate-telemetry/pull/319) - Update to actix v4 beta [#316](https://github.com/paritytech/substrate-telemetry/pull/317) +- 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)