From 2365a58eff73d2744cc09f4577cb0350e71d51b2 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sat, 18 Apr 2020 19:54:35 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e710bcf4..79685364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use custom legend-hiding to stop hiding legends for memory and network widgets. + - In addition, changed to using only legends within the graph for network. The old legend style can still be used via the `--use_old_network_legend` flag or `use_old_network_legend = true` option. + ### Bug Fixes - Fixed `dd` not working on non-first entries.