From be4ecfa8b389078695f20df7ba585e48f9c256d9 Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Wed, 25 Mar 2020 16:45:38 +0000 Subject: [PATCH] fixed changelog header levels --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb3a6cc..cba9c18f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,13 @@ This release fixes a critical error introduced when updating to v9.5 of the Dropbox Python SDK which prevented any remote changes from being downloaded. -##### Changed: +#### Changed: - Show release notes from all releases since last update in update dialog. - Use our own method instead of the `psuitl` package to determine the CPU usage. This - eliminates the `psuitl` dependency which can be difficult to install on some systems. + eliminates the `psuitl` dependency which can be difficult to install on some systems. -##### Fixed: +#### Fixed: - Fixes an issue with downloads failing because Dropbox Metadata is longer hashable from v9.5 of the Dropbox Python SDK.